Class Chart3DAxes
Represents the collection of axes used by a SfChart3D to render and organize 3D chart data.
Inheritance
Chart3DAxes
Inherited Members
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DAxes : Chart3DSubComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Remarks
The Chart3DAxes class acts as the container for the primary and additional axes used in a 3D chart. Axes define the coordinate system, labeling strategy, range, and layout orientation for plotting series within a SfChart3D component.
Constructors
Chart3DAxes()
Declaration
public Chart3DAxes()