Retrieves the ChartPoint list.

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

Syntax

C#
public virtual List<ChartPoint> GetPoints()
Visual Basic (Declaration)
Public Overridable Function GetPoints As List(Of ChartPoint)
Visual C++
public:
virtual List<ChartPoint>^ GetPoints()

Return Value

List containing the chart points.

Implements

IChartObject..::.GetPoints()()()

See Also