Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines the layer where Annotations are drawn when added to the SciChartSurface.annotations collection

Index

Enumeration members

Enumeration members

AboveChart

AboveChart: = "AboveChart"

The Annotation will be displayed above the chart series and grid

remarks

This is the default value for Annotations

Background

Background: = "Background"

The Annotation will be displayed below the chart grid lines, bands, and axes.

remarks

Use this for custom background behind the chart.

BelowChart

BelowChart: = "BelowChart"

The Annotation will be displayed below the chart series and grid.

remarks

Use this for watermarks, e.g. showing an image or text behind the chart. The Grid lines and Axis Bands will show over the annotation, so consider setting AxisCore.axisBandsFill to a semi-transparent color to avoid this.

Generated using TypeDoc