[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ChartSeries

ChartSeries Class

The ChartSeries element defines the set of data points for one series.

Inheritance
ChartSeries
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class ChartSeries : IValidateable

Constructors

Name Description
ChartSeries()

Initializes a new instance of the ChartSeries class.

Properties

Name Description
DataPoints

Gets the data points within the series.

DefaultSubtype

Gets default subtype for series.

DefaultType

Gets default type for series.

PlotType

Gets or sets a value indicating whether the series is plotted as a line in a column chart. If set to Auto, it is plotted per the primary chart type. If set to Line, it is plotted as a line.

Subtype

Gets or sets subtype.

Type

Gets or sets type.

ValueAxisName

Gets or sets name of corresponding value axis.

Methods

Name Description
Validate(ValidationContext)

Validates the information in each property of the ChartSeries object.

Extension Methods