Class Chart3DBorder
Options to customize the border of the 3D chart.
Inherited Members
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DBorder : Chart3DDefaultBorder, IChart3DSubcomponentTracker
Constructors
Chart3DBorder()
Declaration
public Chart3DBorder()
Properties
Width
Gets or sets the width of the 3D chart border in pixels.
Declaration
public override double Width { get; set; }
Property Value
Type | Description |
---|---|
System.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.
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()