AxisTitle
StockSharp.Xaml.Charting.Visuals.Axes
A Templateable Control to display axis titles
Inherits: ContentControl
Constructors
AxisTitle
public AxisTitle()
axisTitle = AxisTitle()
Initializes a new instance of the AxisTitle class.
Properties
Orientation
public Orientation Orientation { get; set; }
value = axisTitle.Orientation
axisTitle.Orientation = value
Gets or sets the orientation.
Fields
OrientationProperty
public static readonly DependencyProperty OrientationProperty
value = AxisTitle.OrientationProperty
Using a DependencyProperty as the backing store for Orientation. This enables animation, styling, binding, etc...