ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Axis Class / Style Property

In This Topic
    Style Property (Axis)
    In This Topic
    Gets or sets text style properties for the axis labels and line style properties for the axis line.
    Syntax
    'Declaration
     
    Public Property Style As Style
    public Style Style {get; set;}

    Property Value

    A Style object indicating the text style properties for the axis labels and line style properties for the axis line.
    See Also