The raw collection 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 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); } |