KaxChartGetSeriesByIndex Method |
Gets a series of element according to the specified index.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ChartSeries GetSeriesByIndex(
int seriesIndex
)
Public Function GetSeriesByIndex (
seriesIndex As Integer
) As ChartSeries
public:
ChartSeries^ GetSeriesByIndex(
int seriesIndex
)
member GetSeriesByIndex :
seriesIndex : int -> ChartSeries
Parameters
- seriesIndex
- Type: SystemInt32
Return Value
Type:
ChartSeries
See Also