The LineChartSeriesDataItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| LineChartSeriesDataItem | 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 |
Returns XML object representing series item
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| EventAlpha |
The opacity of the event background (number between 0 and 100, where 0 is completely transparent and 100 is completely solid).
| |
| EventColor |
The color of the event background (hex color code).
| |
| EventDescription |
When the viewer clicks on the event background, a balloon will appear, displaying this text.
| |
| EventEndID |
The event will end at this point. The attribute value is a unique identifier of the event.
| |
| EventStartID |
The event will start from this point. The attribute value is a unique identifier of the event.
| |
| EventTextColor |
The color of the text in the event description.
| |
| ForceShow |
If this is set to true, the X-axis values and grid lines of this series will always be visible. By default, this is set to false.
| |
| SeriesItemID |
Series item ID. Used as key for values in graphs
| |
| Value |
Value of the series item. Used as text displayed to the user.
|