Class SmithChartRadialMinorGridLines
Options to customize the minor grid lines for radial axis of the chart.
Inheritance
SmithChartRadialMinorGridLines
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SmithChartRadialMinorGridLines : SmithChartMinorGridLines, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
SmithChartRadialMinorGridLines()
Declaration
public SmithChartRadialMinorGridLines()
Properties
Count
Gets and sets count for minor grid lines.
Declaration
[Parameter]
public int Count { get; set; }
Property Value
| Type |
|---|
| int |
Visible
Visible of the minor grid lines.
Declaration
[Parameter]
public bool Visible { get; set; }
Property Value
| Type |
|---|
| bool |
Width
Width of the minor grid lines.
Declaration
[Parameter]
public override double Width { get; set; }
Property Value
| Type |
|---|
| double |
Overrides
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |