Gets or sets the position of the axis.
Namespace:
C1.Phone.ChartAssembly: C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
| C# |
|---|
public AxisPosition Position { get; set; } |
| Visual Basic |
|---|
Public Property Position As AxisPosition Get Set |
| XAML Attribute Usage |
|---|
<object Position="AxisPosition" .../> |
Remarks
For vertical axis AxisPosition.Near corresponds to the left and
AxisPosition.Far corresponds to the right.
For horizontal axis AxisPosition.Near corresponds to bottom and
AxisPosition.Far corresponds to the top.