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

In This Topic
    CustomLabels Property (PlotConfig)
    In This Topic
    Gets CustomLabels collection.
    Syntax
    'Declaration
     
    Public Property CustomLabels As Collection(Of CustomLabel)
    public Collection<CustomLabel> CustomLabels {get; set;}
    See Also