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

In This Topic
    MaxWidth Property (IAxis)
    In This Topic
    Gets axis region maximum width relative to chart region
    Syntax
    'Declaration
     
    ReadOnly Property MaxWidth As Nullable(Of Double)
    Nullable<double> MaxWidth {get;}
    See Also