Class SmithChartHorizontalMajorGridLines
Options to customize the major grid lines for horizontal axis of the chart.
Inheritance
SmithChartHorizontalMajorGridLines
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SmithChartHorizontalMajorGridLines : SmithChartMajorGridLines, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
SmithChartHorizontalMajorGridLines()
Declaration
public SmithChartHorizontalMajorGridLines()
Properties
Opacity
Opacity of the major grid lines.
Declaration
[Parameter]
public double Opacity { get; set; }
Property Value
| Type |
|---|
| double |
Visible
Visible of the axis major grid lines.
Declaration
[Parameter]
public bool Visible { get; set; }
Property Value
| Type |
|---|
| bool |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |