Class SvgAxisGroup
Represents a Blazor component that renders the SVG group element for chart crosshair axis indicators, managing horizontal, vertical, and tooltip axis group elements.
Inherited Members
Namespace: Syncfusion.Blazor.DataVizCommon
Assembly: Syncfusion.Blazor.dll
Syntax
public class SvgAxisGroup : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
SvgAxisGroup()
Declaration
public SvgAxisGroup()
Properties
ChartId
Gets or sets the unique identifier of the parent chart component used to compose axis element IDs.
Declaration
[Parameter]
public string ChartId { get; set; }
Property Value
| Type |
|---|
| string |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |
Overrides
OnInitialized()
Initializes the axis group element IDs based on the ChartId parameter.
Declaration
protected override void OnInitialized()