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

In This Topic
    MaxHeight Property (LegendOption)
    In This Topic
    Gets or sets max height.
    Syntax
    'Declaration
     
    Public Property MaxHeight As Nullable(Of Double)
    public Nullable<double> MaxHeight {get; set;}
    See Also