menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SmithchartSmithchartAxis - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SmithchartSmithchartAxis

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    SmithchartSmithchartAxis
    SmithchartRadialAxisSmithchart
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SmithchartSmithchartAxis : EJTagHelper

    Constructors

    SmithchartSmithchartAxis()

    Declaration
    public SmithchartSmithchartAxis()

    Properties

    AxisLine

    Options for customizing axis lines.

    Declaration
    public SmithchartSmithchartAxisLine AxisLine { get; set; }
    Property Value
    Type Description
    SmithchartSmithchartAxisLine

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    LabelIntersectAction

    axis labels will be hide when overlap with each other.

    Declaration
    public SmithchartLabelIntersectAction LabelIntersectAction { get; set; }
    Property Value
    Type Description
    SmithchartLabelIntersectAction

    The default value is SmithchartLabelIntersectAction.Hide

    LabelPosition

    position of axis line.

    Declaration
    public AxisLabelPosition LabelPosition { get; set; }
    Property Value
    Type Description
    AxisLabelPosition

    The default value is AxisLabelPosition.Outside

    LabelStyle

    Options for customizing font.

    Declaration
    public SmithchartSmithchartFont LabelStyle { get; set; }
    Property Value
    Type Description
    SmithchartSmithchartFont

    The default value is null

    MajorGridLines

    Options for customizing major grid lines.

    Declaration
    public SmithchartSmithchartMajorGridLines MajorGridLines { get; set; }
    Property Value
    Type Description
    SmithchartSmithchartMajorGridLines

    The default value is null

    MinorGridLines

    Options for customizing minor grid lines.

    Declaration
    public SmithchartSmithchartMinorGridLines MinorGridLines { get; set; }
    Property Value
    Type Description
    SmithchartSmithchartMinorGridLines

    The default value is null

    Visible

    visibility of axis.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved