menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SparklineMouseMoveEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SparklineMouseMoveEventArgs

    Class which represents the spark line mouse move event arguments.

    Inheritance
    System.Object
    SparklineMouseMoveEventArgs
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.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
    Windows.Foundation.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
    Windows.UI.Xaml.Controls.Panel

    Value

    Gets or sets the point.

    Declaration
    public Point Value { get; set; }
    Property Value
    Type
    Windows.Foundation.Point

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved