Class Chart3DEventArgs
Gets or sets the event arguments for the 3D Chart component.
Inheritance
Chart3DEventArgs
Inherited Members
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DEventArgs
Remarks
This is a base class for all the event arguments in the 3D Chart component.
Constructors
Chart3DEventArgs()
Declaration
public Chart3DEventArgs()
Properties
Cancel
Gets or sets the event cancel status for the 3D Chart component.
Declaration
public bool Cancel { get; set; }
Property Value
| Type | Description |
|---|---|
| bool | Accepts the boolean value. The default value is false. |
Name
Gets the event name for the 3D Chart component.
Declaration
public string Name { get; }
Property Value
| Type |
|---|
| string |
Remarks
This is a read-only property.