ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / CustomAxis Class / MinDerived Property

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