ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.DV Namespace / IAxis Interface / Plots Property

In This Topic
    Plots Property (IAxis)
    In This Topic
    Gets names of plots using the axis
    Syntax
    'Declaration
     
    ReadOnly Property Plots As IEnumerable(Of String)
    IEnumerable<string> Plots {get;}
    See Also