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

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