ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Options Namespace / _PlotAreaOption Class / coordinateSystems Property

In This Topic
    coordinateSystems Property (_PlotAreaOption)
    In This Topic
    Syntax
    'Declaration
     
    Public Property coordinateSystems As List(Of ICoordinateSystemOption)
    public List<ICoordinateSystemOption> coordinateSystems {get; set;}
    See Also