menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class CircularChart3DLocationBuilder

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

    Constructors

    CircularChart3DLocationBuilder()

    Declaration
    public CircularChart3DLocationBuilder()

    CircularChart3DLocationBuilder(CircularChart3DLocation)

    Declaration
    public CircularChart3DLocationBuilder(CircularChart3DLocation model)
    Parameters
    Type Name Description
    CircularChart3DLocation model

    Methods

    X(Double)

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

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

    Y(Double)

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

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