MaxX Property (TrendLine)
In This Topic
Gets or sets the maximal x-value.
Syntax
'Declaration
Public Property MaxX As Double
'Usage
Dim instance As TrendLine
Dim value As Double
instance.MaxX = value
value = instance.MaxX
public double MaxX {get; set;}
public:
property double MaxX {
double get();
void set ( double value);
}
See Also