ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Options Namespace / _LegendOption Class / ranges Property

In This Topic
    ranges Property (_LegendOption)
    In This Topic
    Syntax
    'Declaration
     
    Public Property ranges As List(Of ILegendRangeOption)
    public List<ILegendRangeOption> ranges {get; set;}
    See Also