alexa
menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SankeyChartLabelSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    SankeyChartLabelSettings
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SankeyChartLabelSettings : EJTagHelper

    Constructors

    SankeyChartLabelSettings()

    Declaration
    public SankeyChartLabelSettings()

    Properties

    Color

    Sets text color for labels.

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    ContentTemplate

    To get or set value for ContentTemplate.

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

    FontFamily

    Applies a specific font family to labels.

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    FontSize

    Controls label size.

    Declaration
    public string FontSize { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "12px"

    FontStyle

    Enables text styles such as italic.

    Declaration
    public string FontStyle { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "normal"

    FontWeight

    Sets text weight (for example, 400 for normal, 700 for bold).

    Declaration
    public string FontWeight { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "400"

    Padding

    Adds space around text for better placement.

    Declaration
    public double Padding { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 10

    Visible

    Shows or hides labels.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved