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

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