ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / AxisBase Class / LabelsAtBottom Property

In This Topic
    LabelsAtBottom Property
    In This Topic
    Gets or sets a value to render axis labels, tickmarks and secondary axes at the bottom of the axis, regardless the Position property.
    Syntax
    'Declaration
     
    Public Property LabelsAtBottom As Boolean
    public bool LabelsAtBottom {get; set;}

    Property Value

    true if [labels at bottom]; otherwise, false.
    See Also