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

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