Class ChartAnnotationDropEventArgs
Class implementation for ChartAnnotationDropEventArgs
Inheritance
System.Object
System.EventArgs
ChartAnnotationDropEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartAnnotationDropEventArgs : EventArgs
Constructors
ChartAnnotationDropEventArgs(ChartAnnotationLabel)
Constructor for ChartAnnotationDropEventArgs
Declaration
public ChartAnnotationDropEventArgs(ChartAnnotationLabel annotLabel)
Parameters
Type | Name | Description |
---|---|---|
ChartAnnotationLabel | annotLabel |
Properties
label
Get and Set label property
Declaration
public ChartAnnotationLabel label { get; }
Property Value
Type |
---|
ChartAnnotationLabel |