Class ChartMouseEventArgs
Represents chart mouse click event arguments.
Inheritance
System.Object
ChartMouseEventArgs
Inherited Members
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 ChartMouseEventArgs
Constructors
ChartMouseEventArgs(MouseEventArgs, ChartSegment)
Initializes a new instance of the ChartMouseEventArgs class.
Declaration
public ChartMouseEventArgs(MouseEventArgs args, ChartSegment segment)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseEventArgs | args | The System.Windows.Input.MouseEventArgs instance containing the event data. |
ChartSegment | segment | The segment. |
See Also
Properties
MouseEventArgs
Gets the mouse event args.
Declaration
public MouseEventArgs MouseEventArgs { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.MouseEventArgs | The mouse event args. |
Segment
Gets the segment.
Declaration
public ChartSegment Segment { get; }
Property Value
Type | Description |
---|---|
ChartSegment | The segment. |