ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / Axis Class / MaxWidth Property

In This Topic
    MaxWidth Property (Axis)
    In This Topic
    Gets or sets axis region maxwidth relative to chart region
    Syntax
    'Declaration
     
    Public Property MaxWidth As Nullable(Of Double)
    public Nullable<double> MaxWidth {get; set;}
    See Also