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

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