Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SvgAxisGroup - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SvgAxisGroup

    Inheritance
    System.Object
    SvgAxisGroup
    Namespace: Syncfusion.Blazor.DataVizCommon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SvgAxisGroup : ComponentBase

    Constructors

    SvgAxisGroup()

    Declaration
    public SvgAxisGroup()

    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()

    OnParametersSet()

    Declaration
    protected override void OnParametersSet()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved