Table of Contents

Class ChartArea

Namespace
StockSharp.Xaml.Charting
Assembly
StockSharp.Xaml.Charting.dll

Chart area.

[Display(ResourceType = typeof(LocalizedStrings), Name = "ChartArea")]
public class ChartArea : ChartPart<ChartArea>, IChartPart<ChartArea>, IDisposable, IChartArea, IChartPart<IChartArea>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
Inheritance
ChartArea
Implements
IPersistable
Inherited Members
Extension Methods

Constructors

ChartArea()

Initializes a new instance of the ChartArea.

public ChartArea()

Properties

Chart

Chart.

[Browsable(false)]
public IChart Chart { get; set; }

Property Value

IChart

Elements

[Browsable(false)]
public INotifyList<IChartElement> Elements { get; }

Property Value

INotifyList<IChartElement>

GroupId

Chart group name.

[Display(ResourceType = typeof(LocalizedStrings), Name = "GroupId", Description = "ChartPaneGroupDescription", GroupName = "Common", Order = 1)]
public string GroupId { get; set; }

Property Value

string

Height

The height of the area.

[Browsable(false)]
public double Height { get; set; }

Property Value

double

Title

Chart area name.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Name", Description = "ChartAreaName", GroupName = "Common", Order = 0)]
public string Title { get; set; }

Property Value

string

XAxisType

Type of X axis for this chart.

[Browsable(false)]
public ChartAxisType XAxisType { get; set; }

Property Value

ChartAxisType

XAxises

The list of horizontal axes.

public INotifyList<IChartAxis> XAxises { get; }

Property Value

INotifyList<IChartAxis>

YAxises

The list of vertical axes.

public INotifyList<IChartAxis> YAxises { get; }

Property Value

INotifyList<IChartAxis>

Methods

Clone()

Create a copy of ChartArea.

public override ChartArea Clone()

Returns

ChartArea

Copy.

Dispose()

public void Dispose()

Load(SettingsStorage)

Load settings.

public override void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Save(SettingsStorage)

Save settings.

public override void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

ToString()

public override string ToString()

Returns

string