Class MapsDataLabelSettings
Inheritance
System.Object
MapsDataLabelSettings
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 MapsDataLabelSettings : EJTagHelper
Constructors
MapsDataLabelSettings()
Declaration
public MapsDataLabelSettings()
Properties
Border
Sets and gets the options for customizing the color and width of the border for the data-labels.
Declaration
[HtmlAttributeName("border")]
public MapsBorder Border { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Fill
Sets and gets the color for the data-labels in maps.
Declaration
[HtmlAttributeName("fill")]
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
IntersectionAction
Sets and gets the intersection action for the data-labels in maps.
Declaration
[HtmlAttributeName("intersectionAction")]
public IntersectAction IntersectionAction { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
LabelPath
Sets and gets the path from the data source based on which the data-labels gets rendered.
Declaration
[HtmlAttributeName("labelPath")]
public string LabelPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Opacity
Sets and gets the opacity for the color of the data-labels in maps.
Declaration
[HtmlAttributeName("opacity")]
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Rx
Sets and gets the x position for the data-labels.
Declaration
[HtmlAttributeName("rx")]
public double Rx { get; set; }
Property Value
Type |
Description |
System.Double |
|
Ry
Sets and gets the y position for the data-labels in maps.
Declaration
[HtmlAttributeName("ry")]
public double Ry { get; set; }
Property Value
Type |
Description |
System.Double |
|
SmartLabelMode
Sets and gets the label mode for the data-labels.
Declaration
[HtmlAttributeName("smartLabelMode")]
public SmartLabelMode SmartLabelMode { get; set; }
Property Value
Template
Sets and gets the template for the data-labels in maps.
Declaration
[HtmlAttributeName("template")]
public string Template { get; set; }
Property Value
Type |
Description |
System.String |
|
TextStyle
Sets and gets the options for customizing the styles of the text in data-labels.
Declaration
[HtmlAttributeName("textStyle")]
public MapsFont TextStyle { get; set; }
Property Value
Visible
Enables or disables the visibility of data-labels in maps.
Declaration
[HtmlAttributeName("visible")]
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|