ActiveReports Developer 7
PlotType Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ChartSeries Class : PlotType Property

Glossary Item Box

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.

Syntax

Visual Basic (Declaration) 
Public Property PlotType As ChartSeriesPlotType
C# 
public ChartSeriesPlotType PlotType {get; set;}

Property Value

A ChartSeriesPlotType enumeration indicating whether the series is plotted as a line in a Column chart. The default value is Auto.

See Also