menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapLabelSetting

    Show / Hide Table of Contents

    Class MapLabelSetting

    Inheritance
    System.Object
    EJTagHelper
    MapLabelSetting
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("smartLabelSize")]
    public LabelSize SmartLabelSize { get; set; }
    Property Value
    Type Description
    LabelSize

    Methods

    ShouldSerializeFont()

    Declaration
    public bool ShouldSerializeFont()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved