AnnotationCanvas

StockSharp.Xaml.Charting.Visuals.Annotations

Aufzählungskonstanten zur Definition des Annotation Canvas, auf das eine IAnnotation gesetzt wird

Felder

AboveChart
public const AnnotationCanvas AboveChart
value = AnnotationCanvas.AboveChart

Die Annotation wird über dem Chart platziert

BelowChart
public const AnnotationCanvas BelowChart
value = AnnotationCanvas.BelowChart

Die Annotation wird unterhalb des Charts platziert

XAxis
public const AnnotationCanvas XAxis
value = AnnotationCanvas.XAxis

Die Anmerkung wird auf die XAxis gelegt

YAxis
public const AnnotationCanvas YAxis
value = AnnotationCanvas.YAxis

Die Anmerkung wird auf die YAxis gelegt