menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class BulletChartLocationBuilder

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

    Constructors

    BulletChartLocationBuilder()

    Declaration
    public BulletChartLocationBuilder()

    BulletChartLocationBuilder(BulletChartLocation)

    Declaration
    public BulletChartLocationBuilder(BulletChartLocation model)
    Parameters
    Type Name Description
    BulletChartLocation model

    Methods

    X(Double)

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

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

    Y(Double)

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

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