Table of Contents

Class ChartAnnotation

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

Annotation.

public class ChartAnnotation : ChartElement<ChartAnnotation>, IChartPart<ChartAnnotation>, IChartAnnotation, IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
Inheritance
ChartAnnotation
Implements
IPersistable
Inherited Members
Extension Methods

Constructors

ChartAnnotation()

Initializes a new instance of the ChartAnnotation.

public ChartAnnotation()

Properties

Type

Annotation type.

[Browsable(false)]
public ChartAnnotationTypes Type { get; set; }

Property Value

ChartAnnotationTypes

Methods

Load(SettingsStorage)

Load settings.

public override void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

OnDraw(ChartDrawData)

Draw on root element.

protected override bool OnDraw(ChartDrawData data)

Parameters

data ChartDrawData

Chart drawing data.

Returns

bool

true if the data was successfully drawn, otherwise, returns false.

Save(SettingsStorage)

Save settings.

public override void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.