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