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