AxisAlignment
StockSharp.Xaml.Charting.Visuals.Axes
Enumeration constants to define the alignment of an axis
Fields
Bottom
public const AxisAlignment Bottom
value = AxisAlignment.Bottom
Axis is on the Bottom-edge of the chart surface
Default
public const AxisAlignment Default
value = AxisAlignment.Default
Axis is on the Bottom-edge of the chart surface
Left
public const AxisAlignment Left
value = AxisAlignment.Left
Axis is on the Left-side of the chart surface
Right
public const AxisAlignment Right
value = AxisAlignment.Right
Axis is on the Right-side of the chart surface
Top
public const AxisAlignment Top
value = AxisAlignment.Top
Axis is on the Top-edge of the chart surface