Class ChartAnnotationClickedEventArgs
Serves as an event data for the AnnotationClicked event.
Inheritance
System.Object
ChartAnnotationClickedEventArgs
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class ChartAnnotationClickedEventArgs : EventArgs
Constructors
ChartAnnotationClickedEventArgs()
Declaration
public ChartAnnotationClickedEventArgs()
Properties
Annotation
Gets the corresponding annotation.
Declaration
public ChartAnnotation Annotation { get; }
Property Value
Type |
---|
ChartAnnotation |
X
Gets the corresponding X-point.
Declaration
public float X { get; }
Property Value
Type |
---|
System.Single |
Y
Gets the corresponding Y-point.
Declaration
public float Y { get; }
Property Value
Type |
---|
System.Single |