ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / TrendLine Class / MinX Property

In This Topic
    MinX Property (TrendLine)
    In This Topic
    Gets or sets the minimal x-value.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("TrendLine.MinX", "Gets or sets the minimal x-value.")>
    Public Property MinX As Double
    [C1Description("TrendLine.MinX", "Gets or sets the minimal x-value.")]
    public double MinX {get; set;}
    See Also