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

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