Class HigherLabelSettingLevel
Inherited Members
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class HigherLabelSettingLevel : EJTagHelper
Constructors
HigherLabelSettingLevel()
Declaration
public HigherLabelSettingLevel()
Properties
Border
Gets or sets the Border of higher 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 higher level.
Fill
Gets or sets the Fill color of higher level labels.
Declaration
[JsonProperty("fill")]
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the fill color of higher level labels.
GridLineStyle
Gets or sets the GridLineStyle of higher level labels.
Declaration
[JsonProperty("gridLineStyle")]
public LineStyle GridLineStyle { get; set; }
Property Value
Type | Description |
---|---|
LineStyle |
Remarks
Options for customizing the grid line colors, width, dashArray, border.
IntervalType
Gets or sets the IntervalType of higher level labels.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("intervalType")]
public NavigatorIntervalType IntervalType { get; set; }
Property Value
Type | Description |
---|---|
NavigatorIntervalType |
Remarks
Specifies the interval type for higher level labels.
LabelIntersectAction
Gets or sets the Label Intersection of higher 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 higher 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 higher 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 higher level.
Style
Gets or sets the Style of higher level labels.
Declaration
[JsonProperty("style")]
public LabelStyles Style { get; set; }
Property Value
Type | Description |
---|---|
LabelStyles |
Remarks
Options for customizing the style of higher level labels.
Visible
Gets or sets the value of visible property in higher level labels.
Declaration
[JsonProperty("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Toggles the visibility of higher level labels.
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 |