Raw collection of chart points.

Namespace:  RightEdge.Common.ChartObjects
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
protected List<ChartPoint> points
Visual Basic (Declaration)
Protected points As List(Of ChartPoint)
Visual C++
protected:
List<ChartPoint>^ points

See Also