Class Chart3DSeriesRenderEventArgs
Specifies the event arguments available on the 3D Chart series render.
Inherited Members
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DSeriesRenderEventArgs : Chart3DEventArgs
Properties
Data
Gets the data of the 3D Chart series.
Declaration
public IEnumerable<object> Data { get; }
Property Value
| Type |
|---|
| IEnumerable<object> |
Remarks
This is read-only property.
Fill
Gets or sets the series fill color.
Declaration
public string Fill { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Accepts the string value. |
Series
Gets the series instance of the 3D Chart.
Declaration
public Chart3DSeries Series { get; }
Property Value
| Type | Description |
|---|---|
| Chart3DSeries | The Chart3DSeries object representing the series. |
Remarks
This is read-only property.