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

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