Class MapsDataLabelSettingsBuilder
Inheritance
System.Object
MapsDataLabelSettingsBuilder
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()
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsDataLabelSettingsBuilder : ControlBuilder
Constructors
MapsDataLabelSettingsBuilder()
Declaration
public MapsDataLabelSettingsBuilder()
MapsDataLabelSettingsBuilder(MapsDataLabelSettings)
Declaration
public MapsDataLabelSettingsBuilder(MapsDataLabelSettings model)
Parameters
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
Returns
Border(Action<MapsBorderBuilder>)
Declaration
public MapsDataLabelSettingsBuilder Border(Action<MapsBorderBuilder> border)
Parameters
Returns
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
IntersectionAction(IntersectAction)
Sets and gets the intersection action for the data-labels in maps.
Declaration
public MapsDataLabelSettingsBuilder IntersectionAction(IntersectAction value)
Parameters
Returns
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
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
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
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
SmartLabelMode(SmartLabelMode)
Sets and gets the label mode for the data-labels.
Declaration
public MapsDataLabelSettingsBuilder SmartLabelMode(SmartLabelMode value)
Parameters
Returns
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
TextStyle(MapsFont)
Sets and gets the options for customizing the styles of the text in data-labels.
Declaration
public MapsDataLabelSettingsBuilder TextStyle(MapsFont value)
Parameters
Returns
TextStyle(Action<MapsFontBuilder>)
Declaration
public MapsDataLabelSettingsBuilder TextStyle(Action<MapsFontBuilder> textStyle)
Parameters
Returns
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