Class Chart3DMajorTickLines
Gets or sets the major tick lines of the SfChart3D axis.
Inherited Members
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DMajorTickLines : Chart3DDefaultBorder, IChart3DSubcomponentTracker
Remarks
Use this class to customize the major tick lines of the SfChart3D axis. The major tick lines are the horizontal or vertical lines that run across the plot area to help in better understanding the data points on the chart.
Constructors
Chart3DMajorTickLines()
Declaration
public Chart3DMajorTickLines()
Properties
Color
Gets or sets the color of the major tick line.
Declaration
public override string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the color of the major tick line. The default major tick line color is determined by the SfChart3D theme. By default, the theme is set to Bootstrap5 with a major tick line color of #D1D5DB. |
Overrides
Remarks
Use valid hex or rgba CSS color strings for the color value.
Height
Gets or sets the height of the major tick line in pixels.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The double value representing the height of the major tick line in pixels. The default value is 5. |
Remarks
Set this property to customize the height of the major tick line in the SfChart3D axis.
Width
Gets or sets the width of the major tick line in pixels.
Declaration
public override double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The double value representing the width of the major tick line in pixels. The default value is 0. |
Overrides
Remarks
Set this property to customize the width of the major tick line in the SfChart3D axis.
Methods
OnInitialized()
Declaration
protected override void OnInitialized()