Share via


ChartSeries Members

Include Protected Members
Include Inherited Members

Represents the list of data points for one series.

The ChartSeries type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetEnumerator() Gets the enumerator for this ReportElementCollectionBase<T>. (Inherited from ReportElementCollectionBase<T>.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_chart Infrastructure.
Protected field m_chartDataPoints Infrastructure.
Protected field m_seriesIndex Infrastructure.

Top

Properties

  Name Description
Public property CategoryAxisName Name of the category axis against which to plot this series.
Public property ChartAreaName Name of the chart area in which to plot the series.
Public property ChartItemInLegend Defines how the series appears when displayed in a legend.
Public property Count Gets the number of items in the collection. (Inherited from ReportElementCollectionBase<T>.)
Public property CustomProperties Custom properties for the series.
Public property DataLabel Gets the label for the data points.
Public property EmptyPoints Gets the empty points.
Public property Hidden Indicates the series should be hidden.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property Item[Int32] Gets the item at the specified index. (Inherited from ReportElementCollectionBase<T>.)
Public property LegendName Name of the legend in which this series should appear.
Public property Marker Gets the marker.
Public property Name Name of chart series.
Public property SmartLabel Gets the smart label settings.
Public property Style Gets the style properties of this report definition object.
Public property Subtype Visualization subtype for the series.
Public property Type Visualization type for the series.
Public property ValueAxisName Name of the value axis against which to plot this series.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator() Infrastructure. (Inherited from ReportElementCollectionBase<T>.)

Top