alexa
menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SankeyLocationBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    SankeyLocationBuilder
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SankeyLocationBuilder : ControlBuilder

    Constructors

    SankeyLocationBuilder()

    Declaration
    public SankeyLocationBuilder()

    SankeyLocationBuilder(SankeyLocation)

    Declaration
    public SankeyLocationBuilder(SankeyLocation model)
    Parameters
    Type Name Description
    SankeyLocation model

    Methods

    X(Double)

    Specifies the X coordinate position of the legend or tooltip in pixels.

    Declaration
    public SankeyLocationBuilder X(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    SankeyLocationBuilder

    Y(Double)

    Specifies the Y coordinate position of the legend or tooltip in pixels.

    Declaration
    public SankeyLocationBuilder Y(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    SankeyLocationBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved