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

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