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