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

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