Class Chart3DBorder
Options to customize the border of the 3D chart.
Inheritance
Chart3DBorder
Inherited Members
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DBorder : Chart3DDefaultBorder, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
Chart3DBorder()
Declaration
public Chart3DBorder()
Properties
Width
Gets or sets the width of the 3D chart border in pixels.
Declaration
[Parameter]
public override double Width { get; set; }
Property Value
| Type | Description |
|---|---|
| double | A double value representing the width of the 3D chart border. The default value is 0 pixel. |
Overrides
Remarks
Accepts numerical values to define the width of the 3D chart border.