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

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