ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SmithchartSmithchartAxis

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    SmithchartSmithchartAxis
    SmithchartRadialAxisSmithchart
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    [HtmlAttributeName("axisLine")]
    public SmithchartSmithchartAxisLine AxisLine { get; set; }
    Property Value
    Type Description
    SmithchartSmithchartAxisLine

    ContentTemplate

    To get or set value for ContentTemplate.

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

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    LabelIntersectAction

    axis labels will be hide when overlap with each other.

    Declaration
    [HtmlAttributeName("labelIntersectAction")]
    public SmithchartLabelIntersectAction LabelIntersectAction { get; set; }
    Property Value
    Type Description
    SmithchartLabelIntersectAction

    LabelPosition

    position of axis line.

    Declaration
    [HtmlAttributeName("labelPosition")]
    public AxisLabelPosition LabelPosition { get; set; }
    Property Value
    Type Description
    AxisLabelPosition

    LabelStyle

    Options for customizing font.

    Declaration
    [HtmlAttributeName("labelStyle")]
    public SmithchartSmithchartFont LabelStyle { get; set; }
    Property Value
    Type Description
    SmithchartSmithchartFont

    MajorGridLines

    Options for customizing major grid lines.

    Declaration
    [HtmlAttributeName("majorGridLines")]
    public SmithchartSmithchartMajorGridLines MajorGridLines { get; set; }
    Property Value
    Type Description
    SmithchartSmithchartMajorGridLines

    MinorGridLines

    Options for customizing minor grid lines.

    Declaration
    [HtmlAttributeName("minorGridLines")]
    public SmithchartSmithchartMinorGridLines MinorGridLines { get; set; }
    Property Value
    Type Description
    SmithchartSmithchartMinorGridLines

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    Visible

    visibility of axis.

    Declaration
    [HtmlAttributeName("visible")]
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved