Class Chart3DMouseEventArgs
Specifies the event arguments available on Mouse Events for the 3D Chart component.
Inherited Members
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.