ActiveReports 10
GetSeriesPlotType Method

GrapeCity.ActiveReports.Extensibility.v10 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace > IChart Interface : GetSeriesPlotType Method
Zero-based index of the chart series definition.
Gets plot type of chart series defined in ChartData at specified index.
Syntax
'Declaration
 
Function GetSeriesPlotType( _
   ByVal seriesIndex As Integer _
) As ChartSeriesPlotType
ChartSeriesPlotType GetSeriesPlotType( 
   int seriesIndex
)

Parameters

seriesIndex
Zero-based index of the chart series definition.
See Also

Reference

IChart Interface
IChart Members