Class SmithchartSmithchartAxis
Inheritance
System.Object
SmithchartSmithchartAxis
Inherited Members
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 | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
LabelIntersectAction
axis labels will be hide when overlap with each other.
Declaration
[HtmlAttributeName("labelIntersectAction")]
public SmithchartLabelIntersectAction LabelIntersectAction { get; set; }
Property Value
Type | Description |
---|---|
SmithchartLabelIntersectAction | The default value is SmithchartLabelIntersectAction.Hide |
LabelPosition
position of axis line.
Declaration
[HtmlAttributeName("labelPosition")]
public AxisLabelPosition LabelPosition { get; set; }
Property Value
Type | Description |
---|---|
AxisLabelPosition | The default value is AxisLabelPosition.Outside |
LabelStyle
Options for customizing font.
Declaration
[HtmlAttributeName("labelStyle")]
public SmithchartSmithchartFont LabelStyle { get; set; }
Property Value
Type | Description |
---|---|
SmithchartSmithchartFont | The default value is null |
MajorGridLines
Options for customizing major grid lines.
Declaration
[HtmlAttributeName("majorGridLines")]
public SmithchartSmithchartMajorGridLines MajorGridLines { get; set; }
Property Value
Type | Description |
---|---|
SmithchartSmithchartMajorGridLines | The default value is null |
MinorGridLines
Options for customizing minor grid lines.
Declaration
[HtmlAttributeName("minorGridLines")]
public SmithchartSmithchartMinorGridLines MinorGridLines { get; set; }
Property Value
Type | Description |
---|---|
SmithchartSmithchartMinorGridLines | The default value is null |
Visible
visibility of axis.
Declaration
[HtmlAttributeName("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |