ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _CategoryValueView Class / points Property

In This Topic
    points Property (_CategoryValueView)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property points As List(Of IPointModel)
    public List<IPointModel> points {get;}
    See Also