alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class Chart3DMouseEventArgs

    Specifies the event arguments available on Mouse Events for the 3D Chart component.

    Inheritance
    object
    Chart3DEventArgs
    Chart3DMouseEventArgs
    Inherited Members
    Chart3DEventArgs.Cancel
    Chart3DEventArgs.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Chart3D
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Chart3DMouseEventArgs : Chart3DEventArgs

    Properties

    ID

    Gets the ID of the 3D Chart component when mouse events are triggered.

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

    The value of the 3D Chart component’s id. The default value is the 3D Chart component’s auto generated id.

    Remarks

    It is read only value.

    MouseX

    Gets the mouse x location on the 3D Chart.

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

    This is read-only property.

    MouseY

    Gets the mouse y location on the 3D Chart.

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

    This is read-only property.

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