Class ValueAxisSettings
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.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class ValueAxisSettings : EJTagHelper
Constructors
ValueAxisSettings()
Declaration
public ValueAxisSettings()
Properties
AxisLine
Gets or sets the AxisLine
Declaration
[JsonProperty("axisLine")]
public NavigatorGridLines AxisLine { get; set; }
Property Value
Type | Description |
---|---|
NavigatorGridLines |
Remarks
Options for customizing the axis line.
Font
Gets or sets the font of axis.
Declaration
[JsonProperty("font")]
public ChartFont Font { get; set; }
Property Value
Type | Description |
---|---|
ChartFont |
Remarks
Options for customizing the font of the axis.
MajorGridLines
Gets or sets the MajorGridLines of axis
Declaration
[JsonProperty("majorGridLines")]
public NavigatorGridLines MajorGridLines { get; set; }
Property Value
Type | Description |
---|---|
NavigatorGridLines |
Remarks
Options for customizing the major grid lines in axis.
MajorTickLines
Gets or sets the MajorTickLines of axis
Declaration
[JsonProperty("majorTickLines")]
public MajorTicks MajorTickLines { get; set; }
Property Value
Type | Description |
---|---|
MajorTicks |
Remarks
Options for customizing the major tick lines in axis.
Range
Gets or sets the Range of axis.
Declaration
[JsonProperty("range")]
public Range Range { get; set; }
Property Value
Type | Description |
---|---|
Range |
Remarks
Options for customizing the Range of the axis.
RangePadding
Gets or sets the RangePadding of axis.
Declaration
[JsonProperty("rangePadding")]
public string RangePadding { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
If the range is not given explicitly, range will be calculated automatically. You can customize the automatic range calculation using rangePadding.
Visible
Gets or sets the value of Visible property of axis.
Declaration
[JsonProperty("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Toggles the visibility of axis in range navigator.
Methods
ShouldSerializeAxisLine()
Declaration
public bool ShouldSerializeAxisLine()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeFont()
Declaration
public bool ShouldSerializeFont()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeMajorGridLines()
Declaration
public bool ShouldSerializeMajorGridLines()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeMajorTickLines()
Declaration
public bool ShouldSerializeMajorTickLines()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeRange()
Declaration
public bool ShouldSerializeRange()
Returns
Type | Description |
---|---|
System.Boolean |