Class SparklineMouseMoveEventArgs
Class which represents the spark line mouse move event arguments.
Inheritance
System.Object
System.EventArgs
SparklineMouseMoveEventArgs
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.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class SparklineMouseMoveEventArgs : EventArgs
Constructors
SparklineMouseMoveEventArgs()
Declaration
public SparklineMouseMoveEventArgs()
Properties
Coordinate
Gets or sets the co-ordinate points.
Declaration
public Point Coordinate { get; set; }
Property Value
Type |
---|
System.Windows.Point |
OriginalSource
Gets or sets the elements.
Declaration
public object OriginalSource { get; set; }
Property Value
Type |
---|
System.Object |
RootPanel
Gets or sets the panel .
Declaration
public Panel RootPanel { get; set; }
Property Value
Type |
---|
System.Windows.Controls.Panel |
Value
Gets or sets the point.
Declaration
public Point Value { get; set; }
Property Value
Type |
---|
System.Windows.Point |