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 | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetEnumerator() | Gets the enumerator for this ReportElementCollectionBase<T>. (Inherited from ReportElementCollectionBase<T>.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
m_chart | Infrastructure. |
![]() |
m_chartDataPoints | Infrastructure. |
![]() |
m_seriesIndex | Infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CategoryAxisName | Name of the category axis against which to plot this series. |
![]() |
ChartAreaName | Name of the chart area in which to plot the series. |
![]() |
ChartItemInLegend | Defines how the series appears when displayed in a legend. |
![]() |
Count | Gets the number of items in the collection. (Inherited from ReportElementCollectionBase<T>.) |
![]() |
CustomProperties | Custom properties for the series. |
![]() |
DataLabel | Gets the label for the data points. |
![]() |
EmptyPoints | Gets the empty points. |
![]() |
Hidden | Indicates the series should be hidden. |
![]() |
Instance | Gets the report instance object that contains the calculated values of this report definition object. |
![]() |
Item[Int32] | Gets the item at the specified index. (Inherited from ReportElementCollectionBase<T>.) |
![]() |
LegendName | Name of the legend in which this series should appear. |
![]() |
Marker | Gets the marker. |
![]() |
Name | Name of chart series. |
![]() |
SmartLabel | Gets the smart label settings. |
![]() |
Style | Gets the style properties of this report definition object. |
![]() |
Subtype | Visualization subtype for the series. |
![]() |
Type | Visualization type for the series. |
![]() |
ValueAxisName | Name of the value axis against which to plot this series. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator() | Infrastructure. (Inherited from ReportElementCollectionBase<T>.) |
Top