GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ChartSeries Class : PlotType Property |
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.
'Declaration Public Property PlotType As ChartSeriesPlotType
public ChartSeriesPlotType PlotType {get; set;}