menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Position - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Position

    Class implementation for Annotation positioning points

    Inheritance
    System.Object
    Position
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class Position : Object

    Constructors

    Position()

    Declaration
    public Position()

    Properties

    X1

    Gets or sets the x1 position.

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

    X2

    Gets or sets the x2 position.

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

    Y1

    Gets or sets the y1 position.

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

    Y2

    Gets or sets the y2 position.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved