Class SparklineMouseMoveEventArgs
Class which represents the spark line mouse move event arguments.
Inheritance
System.Object
SparklineMouseMoveEventArgs
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 |