Class LabelStyles
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 LabelStyles : EJTagHelper
Constructors
LabelStyles()
Declaration
public LabelStyles()
Properties
Font
Gets or sets the Font of labels.
Declaration
[JsonProperty("font")]
public NavigatorFont Font { get; set; }
Property Value
Type | Description |
---|---|
NavigatorFont |
Remarks
Options for customizing the font of labels in range navigator.
HorizontalAlignment
Gets or sets the HorizontalAlignment of labels.
Declaration
[JsonProperty("horizontalAlignment")]
[JsonConverter(typeof(StringEnumConverter))]
public HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Type | Description |
---|---|
HorizontalAlignment |
Remarks
Specifies the horizontalAlignment of the label in RangeNavigator.
Major
Declaration
public static LabelStyles Major { get; set; }
Property Value
Type | Description |
---|---|
LabelStyles |
Methods
ShouldSerializeFont()
Declaration
public bool ShouldSerializeFont()
Returns
Type | Description |
---|---|
System.Boolean |