ChartAxis

StockSharp.Xaml.Charting

图表轴.

继承自: NotifiableObject

实现: IChartAxis, IPersistable, INotifyPropertyChangedEx, INotifyPropertyChanged, INotifyPropertyChanging

属性

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

自动范围。

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

轴心类型.

ChartArea
public IChartArea ChartArea { get; internal set; }
value = chartAxis.ChartArea
chartAxis.ChartArea = value

图表区域.

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

光标标签格式 。

DataPointWidth
public double DataPointWidth { get; internal set; }
value = chartAxis.DataPointWidth
chartAxis.DataPointWidth = value

X轴当前数据点。

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

在轴上显示标签 。

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

显示主网格线 。

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

在轴上显示主网格线 。

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

显示额外的网格线条 。

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

在轴上显示额外的网格线 。

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

翻转坐标。

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

组.

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

参数标识符。

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

显示/隐藏注释.

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

日内X轴标签的格式.

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

是否使用替代轴对齐 。

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

标签格式 。

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

本地时区所有%%%%DateTime%%%值转换.

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

标题。

方法

Load
public void Load(SettingsStorage storage)
chartAxis.Load(storage)

装入设置 。

storage
设置存储 。
Save
public void Save(SettingsStorage storage)
chartAxis.Save(storage)

保存设置 。

storage
设置存储 。