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 |
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
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
Visible
visibility of axis.
Declaration
[HtmlAttributeName("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |