Class Chart3DSubTitleBorder
Gets and sets the options for customizing the color and width of the border for SfChart3D subtitle.
Inherited Members
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DSubTitleBorder : Chart3DDefaultBorder, IChart3DSubcomponentTracker
Remarks
This class for border customization for SfChart3D subtitle element. This component can be used to customize the border color and width of the SfChart3D subtitle element.
Constructors
Chart3DSubTitleBorder()
Declaration
public Chart3DSubTitleBorder()
Properties
Color
Gets or sets the font color of the 3D chart subtitle border.
Declaration
public override string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the color of the 3D chart subtitle border. The default value is Transparent. |
Overrides
Remarks
This property allows customization of the color for the chart subtitle border.
CornerRadius
Gets or sets the corner radius of the border for 3D chart subtitle.
Declaration
public double CornerRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double value representing the corner radius of the border for 3D chart subtitle. The default value is 0.8. |
Remarks
Accepts numerical values to define the corner radius of the border for 3D chart subtitle.
Width
Gets or sets the width of the 3D chart subtitle 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 subtitle border. The default value is 0 pixel. |
Overrides
Remarks
Accepts numerical values to define the width of the 3D chart subtitle 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()