[]
        
(Showing Draft Content)

C1.Win.Chart.Interaction.LineMarker.PositionChangedEventHandler

LineMarker.PositionChangedEventHandler Delegate

Represents a method that handle a marker position changed event.

Namespace: C1.Win.Chart.Interaction
Assembly: C1.Win.FlexChart.8.dll
Syntax
public delegate void LineMarker.PositionChangedEventHandler(object sender, PositionChangedEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

PositionChangedEventArgs e

A PositionChangedEventArgs that contains event data.

Constructors

Name Description
PositionChangedEventHandler(object, nint)

Methods

Name Description
BeginInvoke(object, PositionChangedEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, PositionChangedEventArgs)