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

In This Topic
    MinX Property (YFunction)
    In This Topic
    Gets or sets the minimum X value of the plotted function.
    Syntax
    'Declaration
     
    Public Property MinX As System.Double
    public System.double MinX {get; set;}
    Remarks
    Setting MinX changes the AutoMin to false.
    See Also