Table of Contents

Class ChartTransactionElement<T>

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

The base class that describes the Orders Or Trades chart element.

public abstract class ChartTransactionElement<T> : ChartElement<T>, IChartPart<T>, IChartTransactionElement, IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable where T : ChartTransactionElement<T>, new()

Type Parameters

T

The element type.

Inheritance
ChartTransactionElement<T>
Implements
IPersistable
Derived
Inherited Members
Extension Methods

Constructors

ChartTransactionElement()

protected ChartTransactionElement()

Properties

BuyColor

Color of graphics element on chart, indicating buy.

[Display(ResourceType = typeof(LocalizedStrings), Name = "BuyColor", Description = "BuyColorDesc", GroupName = "Style", Order = 30)]
public Color BuyColor { get; set; }

Property Value

Color

BuyStrokeColor

Border color of graphics element on chart, indicating buy.

[Display(ResourceType = typeof(LocalizedStrings), Name = "BuyBorderColor", Description = "BuyBorderColorDesc", GroupName = "Style", Order = 40)]
public Color BuyStrokeColor { get; set; }

Property Value

Color

DrawSize

Draw size.

[Display(ResourceType = typeof(LocalizedStrings), Name = "DrawSize", Description = "DrawSize", GroupName = "Style", Order = 80)]
public double DrawSize { get; set; }

Property Value

double

SellColor

Color of graphics element on chart, indicating sell.

[Display(ResourceType = typeof(LocalizedStrings), Name = "SellColor", Description = "SellColorDesc", GroupName = "Style", Order = 50)]
public Color SellColor { get; set; }

Property Value

Color

SellStrokeColor

Border color of graphics element on chart, indicating sell.

[Display(ResourceType = typeof(LocalizedStrings), Name = "SellBorderColor", Description = "SellBorderColorDesc", GroupName = "Style", Order = 60)]
public Color SellStrokeColor { get; set; }

Property Value

Color

Title

Series header that will be shown on chart.

[Browsable(false)]
[Obsolete("Use FullTitle property.")]
public string Title { get; set; }

Property Value

string

UseAltIcon

Use alternative icons.

[Display(ResourceType = typeof(LocalizedStrings), Name = "UseAltIcon", Description = "UseAltIcon", GroupName = "Style", Order = 70)]
public bool UseAltIcon { get; set; }

Property Value

bool

Methods

GetGeneratedTitle()

Get generated title.

protected override string GetGeneratedTitle()

Returns

string

Auto generate chart element title.

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.