ChartSeriesAddPoint Method (ListChartSeriesPoint) |
Adds a series point list to the series.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void AddPoint(
List<ChartSeriesPoint> seriesPoints
)
Public Sub AddPoint (
seriesPoints As List(Of ChartSeriesPoint)
)
public:
void AddPoint(
List<ChartSeriesPoint^>^ seriesPoints
)
member AddPoint :
seriesPoints : List<ChartSeriesPoint> -> unit
Parameters
- seriesPoints
- Type: System.Collections.GenericListChartSeriesPoint
SeriesPoints to add
See Also