Class Chart3DMouseEventArgs
Specifies the event arguments available on Mouse Events for the SfChart3D component.
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.