Interface IChartAxis
- Namespace
- StockSharp.Charting
- Assembly
- StockSharp.Charting.Interfaces.dll
The chart axis.
public interface IChartAxis : IPersistable, INotifyPropertyChangedEx, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
- Extension Methods
Properties
AutoRange
Auto range.
bool AutoRange { get; set; }
Property Value
AxisType
Axis type.
ChartAxisType AxisType { get; set; }
Property Value
ChartArea
Chart area.
IChartArea ChartArea { get; }
Property Value
CursorTextFormatting
Cursor labels format.
string CursorTextFormatting { get; set; }
Property Value
DrawLabels
Show labels on the axis.
bool DrawLabels { get; set; }
Property Value
DrawMajorGridLines
Show main grid lines.
bool DrawMajorGridLines { get; set; }
Property Value
DrawMajorTicks
Show main grid lines on the axis.
bool DrawMajorTicks { get; set; }
Property Value
DrawMinorGridLines
Show extra grid lines.
bool DrawMinorGridLines { get; set; }
Property Value
DrawMinorTicks
Show extra grid lines on the axis.
bool DrawMinorTicks { get; set; }
Property Value
FlipCoordinates
Flip coordinates.
bool FlipCoordinates { get; set; }
Property Value
Group
Group.
string Group { get; set; }
Property Value
Id
Unique ID.
string Id { get; set; }
Property Value
IsVisible
Axis visibility.
bool IsVisible { get; set; }
Property Value
SubDayTextFormatting
The format of X-axis labels within the day.
string SubDayTextFormatting { get; set; }
Property Value
SwitchAxisLocation
Whether to use alternative axis alignment.
bool SwitchAxisLocation { get; set; }
Property Value
TextFormatting
Labels format.
string TextFormatting { get; set; }
Property Value
TimeZone
Time zone for this axis.
TimeZoneInfo TimeZone { get; set; }
Property Value
Title
Header.
string Title { get; set; }