ChartAxis
StockSharp.Xaml.Charting
The chart axis.
Inherits: NotifiableObject
Implements: IChartAxis, IPersistable, INotifyPropertyChangedEx, INotifyPropertyChanged, INotifyPropertyChanging
Properties
AutoRange
public bool AutoRange { get; set; }
value = chartAxis.AutoRange
chartAxis.AutoRange = value
Auto range.
AxisType
public ChartAxisType AxisType { get; set; }
value = chartAxis.AxisType
chartAxis.AxisType = value
Axis type.
ChartArea
public IChartArea ChartArea { get; internal set; }
value = chartAxis.ChartArea
chartAxis.ChartArea = value
Chart area.
CursorTextFormatting
public string CursorTextFormatting { get; set; }
value = chartAxis.CursorTextFormatting
chartAxis.CursorTextFormatting = value
Cursor labels format.
DataPointWidth
public double DataPointWidth { get; internal set; }
value = chartAxis.DataPointWidth
chartAxis.DataPointWidth = value
Current data point with for X axis.
DrawLabels
public bool DrawLabels { get; set; }
value = chartAxis.DrawLabels
chartAxis.DrawLabels = value
Show labels on the axis.
DrawMajorGridLines
public bool DrawMajorGridLines { get; set; }
value = chartAxis.DrawMajorGridLines
chartAxis.DrawMajorGridLines = value
Show main grid lines.
DrawMajorTicks
public bool DrawMajorTicks { get; set; }
value = chartAxis.DrawMajorTicks
chartAxis.DrawMajorTicks = value
Show main grid lines on the axis.
DrawMinorGridLines
public bool DrawMinorGridLines { get; set; }
value = chartAxis.DrawMinorGridLines
chartAxis.DrawMinorGridLines = value
Show extra grid lines.
DrawMinorTicks
public bool DrawMinorTicks { get; set; }
value = chartAxis.DrawMinorTicks
chartAxis.DrawMinorTicks = value
Show extra grid lines on the axis.
FlipCoordinates
public bool FlipCoordinates { get; set; }
value = chartAxis.FlipCoordinates
chartAxis.FlipCoordinates = value
Flip coordinates.
IsVisible
public bool IsVisible { get; set; }
value = chartAxis.IsVisible
chartAxis.IsVisible = value
Axis visibility.
SubDayTextFormatting
public string SubDayTextFormatting { get; set; }
value = chartAxis.SubDayTextFormatting
chartAxis.SubDayTextFormatting = value
The format of X-axis labels within the day.
SwitchAxisLocation
public bool SwitchAxisLocation { get; set; }
value = chartAxis.SwitchAxisLocation
chartAxis.SwitchAxisLocation = value
Whether to use alternative axis alignment.
TextFormatting
public string TextFormatting { get; set; }
value = chartAxis.TextFormatting
chartAxis.TextFormatting = value
Labels format.
TimeZone
public TimeZoneInfo TimeZone { get; set; }
value = chartAxis.TimeZone
chartAxis.TimeZone = value
Time zone for this axis.
Methods
Load
public void Load(SettingsStorage storage)
chartAxis.Load(storage)
Load settings.
- storage
- Settings storage.
Save
public void Save(SettingsStorage storage)
chartAxis.Save(storage)
Save settings.
- storage
- Settings storage.