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

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