ComponentOne FlexChart for WinForms
MaxX Property


C1.Win.Chart Namespace > TrendLine Class : MaxX Property
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;}
See Also

Reference

TrendLine Class
TrendLine Members