IChartAxis

StockSharp.Charting

The chart axis.

Implements: IPersistable, INotifyPropertyChangedEx, INotifyPropertyChanged, INotifyPropertyChanging

Properties

AutoRange
public bool AutoRange { get; set; }
value = iChartAxis.AutoRange
iChartAxis.AutoRange = value

Auto range.

AxisType
public ChartAxisType AxisType { get; set; }
value = iChartAxis.AxisType
iChartAxis.AxisType = value

Axis type.

ChartArea
public IChartArea ChartArea { get; }
value = iChartAxis.ChartArea

Chart area.

CursorTextFormatting
public string CursorTextFormatting { get; set; }
value = iChartAxis.CursorTextFormatting
iChartAxis.CursorTextFormatting = value

Cursor labels format.

DrawLabels
public bool DrawLabels { get; set; }
value = iChartAxis.DrawLabels
iChartAxis.DrawLabels = value

Show labels on the axis.

DrawMajorGridLines
public bool DrawMajorGridLines { get; set; }
value = iChartAxis.DrawMajorGridLines
iChartAxis.DrawMajorGridLines = value

Show main grid lines.

DrawMajorTicks
public bool DrawMajorTicks { get; set; }
value = iChartAxis.DrawMajorTicks
iChartAxis.DrawMajorTicks = value

Show main grid lines on the axis.

DrawMinorGridLines
public bool DrawMinorGridLines { get; set; }
value = iChartAxis.DrawMinorGridLines
iChartAxis.DrawMinorGridLines = value

Show extra grid lines.

DrawMinorTicks
public bool DrawMinorTicks { get; set; }
value = iChartAxis.DrawMinorTicks
iChartAxis.DrawMinorTicks = value

Show extra grid lines on the axis.

FlipCoordinates
public bool FlipCoordinates { get; set; }
value = iChartAxis.FlipCoordinates
iChartAxis.FlipCoordinates = value

Flip coordinates.

Group
public string Group { get; set; }
value = iChartAxis.Group
iChartAxis.Group = value

Group.

Id
public string Id { get; set; }
value = iChartAxis.Id
iChartAxis.Id = value

Unique ID.

IsVisible
public bool IsVisible { get; set; }
value = iChartAxis.IsVisible
iChartAxis.IsVisible = value

Axis visibility.

SubDayTextFormatting
public string SubDayTextFormatting { get; set; }
value = iChartAxis.SubDayTextFormatting
iChartAxis.SubDayTextFormatting = value

The format of X-axis labels within the day.

SwitchAxisLocation
public bool SwitchAxisLocation { get; set; }
value = iChartAxis.SwitchAxisLocation
iChartAxis.SwitchAxisLocation = value

Whether to use alternative axis alignment.

TextFormatting
public string TextFormatting { get; set; }
value = iChartAxis.TextFormatting
iChartAxis.TextFormatting = value

Labels format.

TimeZone
public TimeZoneInfo TimeZone { get; set; }
value = iChartAxis.TimeZone
iChartAxis.TimeZone = value

Time zone for this axis.

Title
public string Title { get; set; }
value = iChartAxis.Title
iChartAxis.Title = value

Header.