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

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