Class MapLabelSetting
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 MapLabelSetting : EJTagHelper
Constructors
MapLabelSetting()
Declaration
public MapLabelSetting()
Properties
EnableSmartLabel
Declaration
[JsonProperty("enableSmartLabel")]
public bool EnableSmartLabel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Font
Gets or sets the Font.
Declaration
[JsonProperty("font")]
public MapFont Font { get; set; }
Property Value
Type | Description |
---|---|
MapFont |
Remarks
Options to customize the font used for label.
LabelLength
Declaration
[JsonProperty("labelLength")]
public double LabelLength { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LabelPath
Declaration
[JsonProperty("labelPath")]
public string LabelPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShowLabels
Declaration
[JsonProperty("showLabels")]
public bool ShowLabels { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SmartLabelSize
Declaration
[JsonProperty("smartLabelSize")]
[JsonConverter(typeof(StringEnumConverter))]
public LabelSize SmartLabelSize { get; set; }
Property Value
Type | Description |
---|---|
LabelSize |
Methods
ShouldSerializeFont()
Declaration
public bool ShouldSerializeFont()
Returns
Type | Description |
---|---|
System.Boolean |