ComponentOne FinancialChart for WinForms
C1.Win.Chart.Interaction Namespace / LineMarker Class / Y Property

In This Topic
    Y Property (LineMarker)
    In This Topic
    Gets the current y-value as chart data coordinates.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Interaction.LineMarker.Y", "Gets the current y-value as chart data coordinates.")>
    Public ReadOnly Property Y As Integer
    [C1Description("Interaction.LineMarker.Y", "Gets the current y-value as chart data coordinates.")]
    public int Y {get;}
    See Also