ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.DV Namespace / PlotConfig Class / CustomLabels Property

In This Topic
    CustomLabels Property (PlotConfig)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property CustomLabels As IItemCollection(Of ICustomLabel)
    public IItemCollection<ICustomLabel> CustomLabels {get;}
    See Also