ComponentOne FinancialChart for WPF
C1.WPF.Chart.Interaction Namespace / PositionChangedArgs Class / Position Property



In This Topic
    Position Property (PositionChangedArgs)
    In This Topic
    Gets the target point at which to show the LineMarker.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Position As Point
    'Usage
     
    
    Dim instance As PositionChangedArgs
    Dim value As Point
     
    value = instance.Position
    public Point Position {get;}
    public:
    property Point Position {
       Point get();
    }
    See Also