Interface IChartArea
- Namespace
- StockSharp.Charting
- Assembly
- StockSharp.Charting.Interfaces.dll
Chart area.
public interface IChartArea : IChartPart<IChartArea>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
- Inherited Members
- Extension Methods
Properties
Chart
Chart.
IChart Chart { get; set; }
Property Value
Elements
Area elements (IChartIndicatorElement, IChartCandleElement, etc.).
INotifyList<IChartElement> Elements { get; }
Property Value
- INotifyList<IChartElement>
GroupId
Chart group name.
string GroupId { get; set; }
Property Value
Height
The height of the area.
double Height { get; set; }
Property Value
Title
Chart area name.
string Title { get; set; }
Property Value
XAxisType
Type of X axis for this chart.
ChartAxisType XAxisType { get; set; }
Property Value
XAxises
The list of horizontal axes.
INotifyList<IChartAxis> XAxises { get; }
Property Value
- INotifyList<IChartAxis>
YAxises
The list of vertical axes.
INotifyList<IChartAxis> YAxises { get; }
Property Value
- INotifyList<IChartAxis>