ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Axis Class / Name Property

In This Topic
    Name Property (Axis)
    In This Topic
    Gets or sets the name of the axis as string.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Name As String
    public override string Name {get; set;}

    Property Value

    The name.
    Exceptions
    ExceptionDescription
    Can't change name for standard axis
    See Also