Class Chart3DPointRenderEventArgs
Gets or sets the event arguments available for the point render events in the 3D Chart component.
Inherited Members
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DPointRenderEventArgs : Chart3DEventArgs
Properties
Fill
Gets or sets the point fill color of the 3D Chart.
Declaration
public string Fill { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Accepts the string value. |
Point
Gets the point instance of the 3D Chart.
Declaration
public Chart3DPoint Point { get; }
Property Value
| Type | Description |
|---|---|
| Chart3DPoint | A Syncfusion.Blazor.Chart3D.Internal.Chart3DPoint object that represents the point of the 3D Chart. |
Series
Gets the series of the 3D Chart point.
Declaration
public Chart3DSeries Series { get; }
Property Value
| Type | Description |
|---|---|
| Chart3DSeries | A Chart3DSeries object that represents the 3D Chart series of points. |