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

In This Topic
    points Property (HierachicalLegendScaleTreeNode)
    In This Topic
    Syntax
    'Declaration
     
    Public Property points As List(Of _HierarchicalPointView)
    public List<_HierarchicalPointView> points {get; set;}
    See Also