ComponentOne FinancialChart for WPF
Y Property (C1LineMarker)



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

Reference

C1LineMarker Class
C1LineMarker Members