ChartAnnotation

StockSharp.Xaml.Charting

Anotación.

Hereda de: ChartElement<ChartAnnotation>

Implementa: IUltrachartPrimitive, IChartElementEx, IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable, IChartAnnotationElement

Constructores

ChartAnnotation
public ChartAnnotation()
chartAnnotation = ChartAnnotation()

Inicia una nueva instancia de la ChartAnnotation.

Propiedades

Type
public ChartAnnotationTypes Type { get; set; }
value = chartAnnotation.Type
chartAnnotation.Type = value

Tipo de anotación.

Métodos

CopyTo
internal override ChartAnnotation CopyTo(ChartAnnotation elem)
result = chartAnnotation.CopyTo(elem)

Para rellenar una copia del elemento.

elem
Copiado.

Devuelve: Copiado.

Load
public override void Load(SettingsStorage storage)
chartAnnotation.Load(storage)

Ajustes de carga.

storage
Configuración de almacenamiento.
OnDraw
protected override bool OnDraw(ChartDrawData data)
result = chartAnnotation.OnDraw(data)

Dibuja sobre el elemento raíz.

data
Datos de dibujo de gráficos.

Devuelve: si los datos se dibujaron con éxito, de lo contrario, devuelve .

Save
public override void Save(SettingsStorage storage)
chartAnnotation.Save(storage)

Guardar configuración.

storage
Configuración de almacenamiento.