menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class MapLabelSettingBuilder

    Inheritance
    System.Object
    MapLabelSettingBuilder
    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
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MapLabelSettingBuilder

    Constructors

    MapLabelSettingBuilder(MapLabelSetting, ShapeLayer)

    Declaration
    public MapLabelSettingBuilder(MapLabelSetting labelSetting, ShapeLayer layer)
    Parameters
    Type Name Description
    MapLabelSetting labelSetting
    ShapeLayer layer

    Fields

    labelSetting

    Declaration
    public MapLabelSetting labelSetting
    Field Value
    Type Description
    MapLabelSetting

    shapeLayer

    Declaration
    public ShapeLayer shapeLayer
    Field Value
    Type Description
    ShapeLayer

    Methods

    EnableSmartLabel(Boolean)

    Declaration
    public MapLabelSettingBuilder EnableSmartLabel(bool enableSmartLabel)
    Parameters
    Type Name Description
    System.Boolean enableSmartLabel
    Returns
    Type Description
    MapLabelSettingBuilder

    Font(Action<MapFontBuilder>)

    Declaration
    public MapLabelSettingBuilder Font(Action<MapFontBuilder> font)
    Parameters
    Type Name Description
    System.Action<MapFontBuilder> font
    Returns
    Type Description
    MapLabelSettingBuilder

    LabelLength(Double)

    Declaration
    public MapLabelSettingBuilder LabelLength(double labelLength)
    Parameters
    Type Name Description
    System.Double labelLength
    Returns
    Type Description
    MapLabelSettingBuilder

    LabelPath(String)

    Declaration
    public MapLabelSettingBuilder LabelPath(string labelPath)
    Parameters
    Type Name Description
    System.String labelPath
    Returns
    Type Description
    MapLabelSettingBuilder

    ShowLabels(Boolean)

    Declaration
    public MapLabelSettingBuilder ShowLabels(bool showLabels)
    Parameters
    Type Name Description
    System.Boolean showLabels
    Returns
    Type Description
    MapLabelSettingBuilder

    SmartLabelSize(LabelSize)

    Declaration
    public MapLabelSettingBuilder SmartLabelSize(LabelSize smartLabelSize)
    Parameters
    Type Name Description
    LabelSize smartLabelSize
    Returns
    Type Description
    MapLabelSettingBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved