menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SmithchartLegendLocationBuilder

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

    Constructors

    SmithchartLegendLocationBuilder()

    Declaration
    public SmithchartLegendLocationBuilder()

    SmithchartLegendLocationBuilder(SmithchartLegendLocation)

    Declaration
    public SmithchartLegendLocationBuilder(SmithchartLegendLocation model)
    Parameters
    Type Name Description
    SmithchartLegendLocation model

    Methods

    X(Double)

    x location for legend.

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

    Y(Double)

    y location for legend.

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