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

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