Class Position
Class implementation for Annotation positioning points
Inheritance
System.Object
Position
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
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 |