alexa
menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SankeyChartLinkSettings

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

    Constructors

    SankeyChartLinkSettings()

    Declaration
    public SankeyChartLinkSettings()

    Properties

    ColorType

    Specifies the color blending type for the links.

    Declaration
    public ColorType ColorType { get; set; }
    Property Value
    Type Description
    ColorType

    The default value is ColorType.Blend

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Curvature

    Link curvature factor (0..1), 0 = straight line, 1 = full curve.

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

    The default value is 0.55

    HighlightOpacity

    Specifies the opacity of the link when highlighted.

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

    The default value is 1

    InactiveOpacity

    Specifies the opacity of the link when inactive.

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

    The default value is 0.3

    Opacity

    Specifies the opacity of the link.

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

    The default value is 0.35

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