The LineChartSeriesDataItem type exposes the following members.

Properties

  NameDescription
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.

See Also