ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / CustomAxis Class / MaxDerived Property

In This Topic
    MaxDerived Property
    In This Topic
    Gets or sets a value indicating whether the axis automatically calculates its maximum value based on its position against the parent axis.
    Syntax
    'Declaration
     
    Public Property MaxDerived As Boolean
    public bool MaxDerived {get; set;}
    See Also