AnnotationCanvas

StockSharp.Xaml.Charting.Visuals.Annotations

Enumeration constants to define the Annotation Canvas that an IAnnotation is placed on

Fields

AboveChart
public const AnnotationCanvas AboveChart
value = AnnotationCanvas.AboveChart

The annotation is placed above the chart

BelowChart
public const AnnotationCanvas BelowChart
value = AnnotationCanvas.BelowChart

The annotation is placed below the chart

XAxis
public const AnnotationCanvas XAxis
value = AnnotationCanvas.XAxis

The annotation is placed on the XAxis

YAxis
public const AnnotationCanvas YAxis
value = AnnotationCanvas.YAxis

The annotation is placed on the YAxis