The XyChartDataItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| XyChartDataItem | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetXml | Overloaded. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Bullet |
Bullet type for this item
| |
| BulletAlpha |
The opacity of the bullet. This only affects predefined bullet shapes, not custom Flash bullets.
| |
| BulletColor |
Color of the standard bullet
| |
| BulletSize |
Size of the standard bullet
| |
| BulletUrl |
URL for the custom bullet file
| |
| Description |
Description for this graph item
| |
| Y |
The data point's position along the Y-axis.
| |
| Url |
Hyperlink URL to link this item to.
| |
| Value |
The size of the bubble. This acts like a third dimension of data - instead of a position along an axis, the data is represented by size.
| |
| X |
The data point's position along the X-axis.
|