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

In This Topic
    _points Method (_SeriesDataModel)
    In This Topic
    Syntax
    'Declaration
     
    Public MustOverride Function _points() As List(Of IPointDataModel)
    public abstract List<IPointDataModel> _points()
    See Also