ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartPosition - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartPosition

    Inheritance
    System.Object
    ChartPosition
    Inherited Members
    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.EJ.Export
    Assembly: Syncfusion.EJ.Export.dll
    Syntax
    public class ChartPosition

    Constructors

    ChartPosition()

    Declaration
    public ChartPosition()

    ChartPosition(Int32, Int32, Int32, Int32)

    Declaration
    public ChartPosition(int x, int y, int width, int height)
    Parameters
    Type Name Description
    System.Int32 x
    System.Int32 y
    System.Int32 width
    System.Int32 height

    Fields

    Height

    Declaration
    public int Height
    Field Value
    Type Description
    System.Int32

    Width

    Declaration
    public int Width
    Field Value
    Type Description
    System.Int32

    X

    Declaration
    public int X
    Field Value
    Type Description
    System.Int32

    Y

    Declaration
    public int Y
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved