2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / YFunction Class / AutoMax Property

In This Topic
    AutoMax Property (YFunction)
    In This Topic
    Gets or sets whether the maximum X value is calculated automatically.
    Syntax
    'Declaration
     
    Public Property AutoMax As System.Boolean
    public System.bool AutoMax {get; set;}
    Remarks
    When AutoMax is true the AxisX.Max is used.
    See Also