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