Sets the number of points for this object.
Namespace:
RightEdge.Common.ChartObjectsAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public virtual void SetPoints( List<ChartPoint> points ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub SetPoints ( _ points As List(Of ChartPoint) _ ) |
| Visual C++ |
|---|
public: virtual void SetPoints( List<ChartPoint>^ points ) |
Parameters
- points
- Type: System.Collections.Generic..::.List<(Of <(ChartPoint>)>)
A list containing the points.