Table of Contents

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

IChart

Elements

INotifyList<IChartElement> Elements { get; }

Property Value

INotifyList<IChartElement>

GroupId

Chart group name.

string GroupId { get; set; }

Property Value

string

Height

The height of the area.

double Height { get; set; }

Property Value

double

Title

Chart area name.

string Title { get; set; }

Property Value

string

XAxisType

Type of X axis for this chart.

ChartAxisType XAxisType { get; set; }

Property Value

ChartAxisType

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>