menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SmithchartLegendLocationBuilder - API Reference

    Show / Hide Table of Contents

    Class SmithchartLegendLocationBuilder

    Inheritance
    System.Object
    ControlBuilder
    SmithchartLegendLocationBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    SmithchartLegendLocationBuilder

    Y(Double)

    y location for legend.

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