ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class MapsDataLabelSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    MapsDataLabelSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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.EJ2.Maps
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class MapsDataLabelSettingsBuilder : ControlBuilder

    Constructors

    MapsDataLabelSettingsBuilder()

    Declaration
    public MapsDataLabelSettingsBuilder()

    MapsDataLabelSettingsBuilder(MapsDataLabelSettings)

    Declaration
    public MapsDataLabelSettingsBuilder(MapsDataLabelSettings model)
    Parameters
    Type Name Description
    MapsDataLabelSettings model

    Methods

    Border(MapsBorder)

    Sets and gets the options for customizing the color and width of the border for the data-labels.

    Declaration
    public MapsDataLabelSettingsBuilder Border(MapsBorder value)
    Parameters
    Type Name Description
    MapsBorder value
    Returns
    Type Description
    MapsDataLabelSettingsBuilder

    Border(Action<MapsBorderBuilder>)

    Declaration
    public MapsDataLabelSettingsBuilder Border(Action<MapsBorderBuilder> border)
    Parameters
    Type Name Description
    System.Action<MapsBorderBuilder> border
    Returns
    Type Description
    MapsDataLabelSettingsBuilder

    Fill(String)

    Sets and gets the color for the data-labels in maps.

    Declaration
    public MapsDataLabelSettingsBuilder Fill(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    MapsDataLabelSettingsBuilder

    IntersectionAction(IntersectAction)

    Sets and gets the intersection action for the data-labels in maps.

    Declaration
    public MapsDataLabelSettingsBuilder IntersectionAction(IntersectAction value)
    Parameters
    Type Name Description
    IntersectAction value
    Returns
    Type Description
    MapsDataLabelSettingsBuilder

    LabelPath(String)

    Sets and gets the path from the data source based on which the data-labels gets rendered.

    Declaration
    public MapsDataLabelSettingsBuilder LabelPath(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    MapsDataLabelSettingsBuilder

    Opacity(Double)

    Sets and gets the opacity for the color of the data-labels in maps.

    Declaration
    public MapsDataLabelSettingsBuilder Opacity(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    MapsDataLabelSettingsBuilder

    Rx(Double)

    Sets and gets the x position for the data-labels.

    Declaration
    public MapsDataLabelSettingsBuilder Rx(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    MapsDataLabelSettingsBuilder

    Ry(Double)

    Sets and gets the y position for the data-labels in maps.

    Declaration
    public MapsDataLabelSettingsBuilder Ry(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    MapsDataLabelSettingsBuilder

    SmartLabelMode(SmartLabelMode)

    Sets and gets the label mode for the data-labels.

    Declaration
    public MapsDataLabelSettingsBuilder SmartLabelMode(SmartLabelMode value)
    Parameters
    Type Name Description
    SmartLabelMode value
    Returns
    Type Description
    MapsDataLabelSettingsBuilder

    Template(String)

    Sets and gets the template for the data-labels in maps.

    Declaration
    public MapsDataLabelSettingsBuilder Template(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    MapsDataLabelSettingsBuilder

    TextStyle(MapsFont)

    Sets and gets the options for customizing the styles of the text in data-labels.

    Declaration
    public MapsDataLabelSettingsBuilder TextStyle(MapsFont value)
    Parameters
    Type Name Description
    MapsFont value
    Returns
    Type Description
    MapsDataLabelSettingsBuilder

    TextStyle(Action<MapsFontBuilder>)

    Declaration
    public MapsDataLabelSettingsBuilder TextStyle(Action<MapsFontBuilder> textStyle)
    Parameters
    Type Name Description
    System.Action<MapsFontBuilder> textStyle
    Returns
    Type Description
    MapsDataLabelSettingsBuilder

    Visible(Boolean)

    Enables or disables the visibility of data-labels in maps.

    Declaration
    public MapsDataLabelSettingsBuilder Visible(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type Description
    MapsDataLabelSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved