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 MapsDataLabelSettings

    Show / Hide Table of Contents

    Class MapsDataLabelSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    MapsDataLabelSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    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 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
    Type Description
    MapsBorder

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    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
    Type Description
    IntersectAction

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    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
    EJTagHelper.ParentPropertyName

    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
    Type Description
    SmartLabelMode

    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
    Type Description
    MapsFont

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved