[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ChartSeriesPlotType

ChartSeriesPlotType Enum

Specifies whether the series is plotted as a line for column charts.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum ChartSeriesPlotType

Fields

Name Description
Auto

Indicates that the series is plotted based off on the primary chart type. For example, the plot type for a column chart is columns.

Line

Indicates that the series is plotted as a line.

Point

Indicates that the series should be plotted with points.

Extension Methods