IChartArea
StockSharp.Charting
チャートエリア。
実装: IChartPart<IChartArea>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
プロパティ
Elements
public INotifyList<IChartElement> Elements { get; }
value = iChartArea.Elements
エリア要素(IChartIndicatorElementIChartCandleElement@など)
GroupId
public string GroupId { get; set; }
value = iChartArea.GroupId
iChartArea.GroupId = value
チャートグループ名。
Height
public double Height { get; set; }
value = iChartArea.Height
iChartArea.Height = value
エリアの高さ。
XAxisType
public ChartAxisType XAxisType { get; set; }
value = iChartArea.XAxisType
iChartArea.XAxisType = value
チャートのX軸の種類