Class Chart3DSeriesRenderEventArgs
Specifies the event arguments available on the SfChart3D series render.
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DSeriesRenderEventArgs : Chart3DEventArgs
Properties
Data
Gets the data of the SfChart3D series.
Declaration
public IEnumerable<object> Data { get; }
Property Value
Type |
---|
System.Collections.Generic.IEnumerable<System.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 |
---|---|
System.String | Accepts the string value. |
Series
Gets the series instance of the SfChart3D.
Declaration
public Chart3DSeries Series { get; }
Property Value
Type | Description |
---|---|
Chart3DSeries | The Chart3DSeries object representing the series. |
Remarks
This is read-only property.