ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _CartesianPlotDataModel Class / _points Method

In This Topic
    _points Method (_CartesianPlotDataModel)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function _points() As List(Of IPointDataModel)
    public override List<IPointDataModel> _points()
    See Also