WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Position - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Position

    Class implementation for Annotation positioning points

    Inheritance
    System.Object
    Position
    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.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class Position

    Constructors

    Position()

    Declaration
    public Position()

    Properties

    X1

    Gets or sets the x1 position.

    Declaration
    public object X1 { get; set; }
    Property Value
    Type Description
    System.Object

    X2

    Gets or sets the x2 position.

    Declaration
    public object X2 { get; set; }
    Property Value
    Type Description
    System.Object

    Y1

    Gets or sets the y1 position.

    Declaration
    public object Y1 { get; set; }
    Property Value
    Type Description
    System.Object

    Y2

    Gets or sets the y2 position.

    Declaration
    public object Y2 { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved