Class ChartAxis
Ось графика.
Implements
Ecng.Serialization.IPersistable
Namespace: StockSharp.Xaml.Charting
Assembly: StockSharp.Xaml.Charting.dll
Syntax
public class ChartAxis : NotifiableObject, IPersistable
Constructors
ChartAxis()
Declaration
public ChartAxis()
Properties
AutoRange
Auto range.
Declaration
public bool AutoRange { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
AxisAlignment
Axis location.
Declaration
public ChartAxisAlignment AxisAlignment { get; set; }
Property Value
Type | Description |
---|---|
ChartAxisAlignment |
AxisType
Axis type.
Declaration
public ChartAxisType AxisType { get; set; }
Property Value
Type | Description |
---|---|
ChartAxisType |
ChartArea
Chart area.
Declaration
public ChartArea ChartArea { get; }
Property Value
Type | Description |
---|---|
ChartArea |
DataPointWidth
Текущая точка для X оси.
Declaration
public double DataPointWidth { get; }
Property Value
Type | Description |
---|---|
Double |
DrawLabels
Show labels on the axis.
Declaration
public bool DrawLabels { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
DrawMajorGridLines
Show main grid lines.
Declaration
public bool DrawMajorGridLines { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
DrawMajorTicks
Show main grid lines on the axis.
Declaration
public bool DrawMajorTicks { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
DrawMinorGridLines
Show extra grid lines.
Declaration
public bool DrawMinorGridLines { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
DrawMinorTicks
Show extra grid lines on the axis.
Declaration
public bool DrawMinorTicks { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
FlipCoordinates
Flip coordinates.
Declaration
public bool FlipCoordinates { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Group
Group.
Declaration
public string Group { get; set; }
Property Value
Type | Description |
---|---|
String |
Id
Unique ID.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
String |
IsDefault
Можно ли удалить эту ось из области графика.
Declaration
public bool IsDefault { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsVisible
Видимость оси.
Declaration
public bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
SubDayTextFormatting
Формат надписей для оси X внутри дня.
Declaration
public string SubDayTextFormatting { get; set; }
Property Value
Type | Description |
---|---|
String |
SwitchAxisLocation
Whether to use alternative axis alignment.
Declaration
public bool SwitchAxisLocation { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
TextFormatting
Labels format.
Declaration
public string TextFormatting { get; set; }
Property Value
Type | Description |
---|---|
String |
TimeZone
Временная зона оси.
Declaration
public TimeZoneInfo TimeZone { get; set; }
Property Value
Type | Description |
---|---|
TimeZoneInfo |
Title
Header.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
Load(SettingsStorage)
Загрузить настройки.
Declaration
public void Load(SettingsStorage storage)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | storage | Хранилище настроек. |
Save(SettingsStorage)
Сохранить настройки.
Declaration
public void Save(SettingsStorage storage)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | storage | Хранилище настроек. |
Implements
Ecng.Serialization.IPersistable