Class LowerLabelSettingLevel
Inherited Members
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class LowerLabelSettingLevel : EJTagHelper
Constructors
LowerLabelSettingLevel()
Declaration
public LowerLabelSettingLevel()
Properties
Border
Gets or sets the Border of lower level labels.
Declaration
[JsonProperty("border")]
public LineStyle Border { get; set; }
Property Value
Type | Description |
---|---|
LineStyle |
Remarks
Options for customizing the border of grid lines in lower level.
Fill
Gets or sets the Fill color of lower level labels.
Declaration
[JsonProperty("fill")]
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the fill color of labels in lower level.
GridLineStyle
Gets or sets the GridLineStyle of lower level labels.
Declaration
[JsonProperty("gridLineStyle")]
public LineStyle GridLineStyle { get; set; }
Property Value
Type | Description |
---|---|
LineStyle |
Remarks
Options for customizing the grid lines in lower level.
IntervalType
Gets or sets the IntervalType of lower level labels.
Declaration
[JsonProperty("intervalType")]
[JsonConverter(typeof(StringEnumConverter))]
public NavigatorIntervalType IntervalType { get; set; }
Property Value
Type | Description |
---|---|
NavigatorIntervalType |
Remarks
Specifies the intervalType of the labels in lower level.
LabelIntersectAction
Gets or sets the Label Intersection of lower level labels.
Declaration
[JsonProperty("labelIntersectAction")]
[JsonConverter(typeof(StringEnumConverter))]
public RangeNavigatorLabelIntersectAction LabelIntersectAction { get; set; }
Property Value
Type | Description |
---|---|
RangeNavigatorLabelIntersectAction |
Remarks
Hide the labels when the labels are intersect with each other.
LabelPlacement
Gets or sets the LabelPlacement of lower level labels.
Declaration
[JsonProperty("labelPlacement")]
[JsonConverter(typeof(StringEnumConverter))]
public RangeNavigatorLabelPlacement LabelPlacement { get; set; }
Property Value
Type | Description |
---|---|
RangeNavigatorLabelPlacement |
Remarks
Specifies the position of the labels to render either inside or outside of plot area.
Position
Gets or sets the position of lower level labels.
Declaration
[JsonProperty("position")]
[JsonConverter(typeof(StringEnumConverter))]
public NavigatorPosition Position { get; set; }
Property Value
Type | Description |
---|---|
NavigatorPosition |
Remarks
Specifies the position of the labels in lower level.
Style
Gets or sets the Style of lower level labels.
Declaration
[JsonProperty("style")]
public LabelStyles Style { get; set; }
Property Value
Type | Description |
---|---|
LabelStyles |
Remarks
Options for customizing the style of labels.
Visible
Gets or sets the value of Visible property of lower level labels.
Declaration
[JsonProperty("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Toggles the visibility of labels in lower level.
Methods
ShouldSerializeBorder()
Declaration
public bool ShouldSerializeBorder()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeGridLineStyle()
Declaration
public bool ShouldSerializeGridLineStyle()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeLabelStyles()
Declaration
public bool ShouldSerializeLabelStyles()
Returns
Type | Description |
---|---|
System.Boolean |