Class SvgAxisGroup
Inheritance
System.Object
SvgAxisGroup
Assembly: Syncfusion.Blazor.dll
Syntax
public class SvgAxisGroup : ComponentBase
Constructors
SvgAxisGroup()
Declaration
Properties
Attributes
Declaration
public Dictionary<string, object> Attributes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
ChartId
Declaration
public string ChartId { get; set; }
Property Value
Type |
Description |
System.String |
|
DashArray
Declaration
public string DashArray { get; set; }
Property Value
Type |
Description |
System.String |
|
HorizontalDir
Declaration
public string HorizontalDir { get; set; }
Property Value
Type |
Description |
System.String |
|
LineColor
Declaration
public string LineColor { get; set; }
Property Value
Type |
Description |
System.String |
|
LineWidth
Declaration
public double LineWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
PathAttributes
Declaration
public List<Dictionary<string, object>> PathAttributes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.Object>> |
|
TextAttributes
Declaration
public List<Dictionary<string, object>> TextAttributes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.Object>> |
|
VerticalDir
Declaration
public string VerticalDir { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
OnInitialized()
Declaration
protected override void OnInitialized()
Declaration
protected override void OnParametersSet()