The raw collection of points for this object.

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

Syntax

C#
public List<ChartPoint> Points { get; set; }
Visual Basic (Declaration)
Public Property Points As List(Of ChartPoint)
Visual C++
public:
property List<ChartPoint>^ Points {
	List<ChartPoint>^ get ();
	void set (List<ChartPoint>^ value);
}

See Also