ComponentOne FinancialChart for WPF
X Property (C1LineMarker)



C1.WPF.Chart.Interaction Namespace > C1LineMarker Class : X Property
Gets the current x-value as chart data coordinates.
Syntax
'Declaration
 
Public ReadOnly Property X As Double
'Usage
 
Dim instance As C1LineMarker
Dim value As Double
 
value = instance.X
public double X {get;}
public:
property double X {
   double get();
}
See Also

Reference

C1LineMarker Class
C1LineMarker Members