FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart.Interaction Namespace / C1LineMarker Class / OnPositionChanged Method

In This Topic
    OnPositionChanged Method (C1LineMarker)
    In This Topic
    Raise the PositionChanged event.
    Syntax
    'Declaration
     
    Protected Sub OnPositionChanged( _
       ByVal reset As Boolean _
    ) 
    protected void OnPositionChanged( 
       bool reset
    )

    Parameters

    reset
    See Also