The ChartSeries type exposes the following members.

Properties

  NameDescription
ChartType
Gets or sets the ChartType for this series.
Count
Gets the number of items in the series.
HasPartialItem
LineSize
Gets or sets the size of the line plotted on the chart. Only valid if the chart type is LineChart.
PartialItem
SeriesBorderColor
Gets or sets the Color of the plotted series border color. This is mostly used for bar charts as opposed to line charts which would just use the "SeriesColor" property
SeriesColor
Gets or sets the color of this series as it will be plotted on the chart.
seriesColorName
Internal use.
SeriesLineType
Gets or sets the line type that is plotted for this chart series. Only valid if the chart type is LineChart.
SeriesName
Gets or sets the user defined name of this chart series.

See Also