menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class Chart3DLocationBuilder

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

    Constructors

    Chart3DLocationBuilder()

    Declaration
    public Chart3DLocationBuilder()

    Chart3DLocationBuilder(Chart3DLocation)

    Declaration
    public Chart3DLocationBuilder(Chart3DLocation model)
    Parameters
    Type Name Description
    Chart3DLocation model

    Methods

    X(Double)

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

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

    Y(Double)

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

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