ChartAxis
StockSharp.Xaml.Charting
The chart axis.
Hereda de: NotifiableObject
Implementa: IChartAxis, IPersistable, INotifyPropertyChangedEx, INotifyPropertyChanged, INotifyPropertyChanging
Propiedades
AxisType : ChartAxisType
Axis type.
ChartArea : IChartArea
Chart area.
CursorTextFormatting : string
Cursor labels format.
DataPointWidth : double
Current data point with for X axis.
DrawLabels : bool
Show labels on the axis.
DrawMajorGridLines : bool
Show main grid lines.
DrawMajorTicks : bool
Show main grid lines on the axis.
DrawMinorGridLines : bool
Show extra grid lines.
DrawMinorTicks : bool
Show extra grid lines on the axis.
FlipCoordinates : bool
Flip coordinates.
SubDayTextFormatting : string
The format of X-axis labels within the day.
SwitchAxisLocation : bool
Whether to use alternative axis alignment.
TextFormatting : string
Labels format.
TimeZone : TimeZoneInfo
Local time zone for all DateTime values conversion.