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

In This Topic
    _legendsLabels Property (_RenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Property _legendsLabels As List(Of IRectangle)
    public List<IRectangle> _legendsLabels {get; set;}
    See Also