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

In This Topic
    _coordinateSystemDefinitions Property (_PlotListLayoutDefinition)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property _coordinateSystemDefinitions As List(Of ICoordinateSystemDefinition)
    public List<ICoordinateSystemDefinition> _coordinateSystemDefinitions {get;}
    See Also