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

In This Topic
    _plotDefinitions Property (_BaseCoordinateSystemDefinition)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property _plotDefinitions As List(Of IPlotDefinition)
    public List<IPlotDefinition> _plotDefinitions {get;}
    See Also