menu

Blazor

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

    Show / Hide Table of Contents

    Class Chart3DMouseEventArgs

    Specifies the event arguments available on Mouse Events for the SfChart3D component.

    Inheritance
    System.Object
    Chart3DEventArgs
    Chart3DMouseEventArgs
    Inherited Members
    Chart3DEventArgs.Cancel
    Chart3DEventArgs.Name
    Namespace: Syncfusion.Blazor.Chart3D
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Chart3DMouseEventArgs : Chart3DEventArgs

    Properties

    ID

    Gets the ID of the SfChart3D component when mouse events are triggered.

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

    The value of the SfChart3D component’s id. The default value is the SfChart3D component’s auto generated id.

    Remarks

    It is read only value.

    MouseX

    Gets the mouse x location on the SfChart3D.

    Declaration
    public double MouseX { get; set; }
    Property Value
    Type
    System.Double
    Remarks

    This is read-only property.

    MouseY

    Gets the mouse y location on the SfChart3D.

    Declaration
    public double MouseY { get; set; }
    Property Value
    Type
    System.Double
    Remarks

    This is read-only property.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved