ChartSeries Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the list of data points for one series.
public ref class ChartSeries abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::ChartDataPoint ^>, Microsoft::ReportingServices::OnDemandReportRendering::IROMStyleDefinitionContainer
public abstract class ChartSeries : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.ChartDataPoint>, Microsoft.ReportingServices.OnDemandReportRendering.IROMStyleDefinitionContainer
type ChartSeries = class
inherit ReportElementCollectionBase<ChartDataPoint>
interface IROMStyleDefinitionContainer
Public MustInherit Class ChartSeries
Inherits ReportElementCollectionBase(Of ChartDataPoint)
Implements IROMStyleDefinitionContainer
- Inheritance
- Implements
Fields
m_chart |
Specifies the chart in which to plot the series. |
m_chartDataPoints |
Specifies the data points for the chart. |
m_seriesIndex |
Specifies the index of the series in the chart. |
Properties
CategoryAxisName |
Gets an expression that evaluates to the name of the category axis against which to plot this series. |
ChartAreaName |
Gets an expression that evaluates to the name of the chart area in which to plot the series. |
ChartItemInLegend |
Gets how the series appears when displayed in a legend. |
Count |
Gets the number of items in the collection. (Inherited from ReportElementCollectionBase<T>) |
CustomProperties |
Gets the custom properties for the series. |
DataLabel |
Gets the label for the data points. |
EmptyPoints |
Gets the empty points. |
Hidden |
Gets an expression that evaluates to a value that indicates whether 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 |
Gets an expression that evaluates to the name of the legend in which this series should appear. |
Marker |
Gets the marker. |
Name |
Gets the name of chart series. |
SmartLabel |
Gets the smart label settings. |
Style |
Gets the style properties of this report definition object. |
Subtype |
Gets an expression that evaluates to the visualization subtype for the series. |
Type |
Gets an expression that evaluates to the visualization type for the series. |
ValueAxisName |
Gets an expression that evaluates to the name of the value axis against which to plot this series. |
Methods
GetEnumerator() |
Gets the enumerator for this ReportElementCollectionBase<T>. (Inherited from ReportElementCollectionBase<T>) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the enumerator that iterates through the collection. (Inherited from ReportElementCollectionBase<T>) |