menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartLocationBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartLocationBuilder

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

    Constructors

    ChartLocationBuilder()

    Declaration
    public ChartLocationBuilder()

    ChartLocationBuilder(ChartLocation)

    Declaration
    public ChartLocationBuilder(ChartLocation model)
    Parameters
    Type Name Description
    ChartLocation model

    Methods

    X(Double)

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

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

    Y(Double)

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

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