Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StockChartMouseEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StockChartMouseEventArgs

    Event argument class for stockchart Mouse Events.

    Inheritance
    System.Object
    Syncfusion.Blazor.Charts.BaseEventArgs
    StockChartMouseEventArgs
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class StockChartMouseEventArgs : BaseEventArgs

    Constructors

    StockChartMouseEventArgs()

    Declaration
    public StockChartMouseEventArgs()

    Properties

    Target

    Defines current mouse event target id.

    Declaration
    public string Target { get; set; }
    Property Value
    Type Description
    System.String

    X

    Defines current mouse x location.

    Declaration
    public double X { get; set; }
    Property Value
    Type Description
    System.Double

    Y

    Defines current mouse y location.

    Declaration
    public double Y { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved