Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines the type of Annotation. Annotations are overlays or markers added to the SciChartSurface.annotations collection

Index

Enumeration members

RenderContextAxisMarkerAnnotation

RenderContextAxisMarkerAnnotation: = "RenderContextAxisMarkerAnnotation"

The Annotation is an AxisMarkerAnnotation

remarks

AxisMarkerAnnotation * are drawn on the Javascript chart using WebGL2 where available. They differ from SvgAnnotations which use slower, but more flexible SVG to draw annotations on the chart

RenderContextBoxAnnotation

RenderContextBoxAnnotation: = "RenderContextBoxAnnotation"

The Annotation is an BoxAnnotation

remarks

BoxAnnotation * are drawn on the Javascript chart using WebGL2 where available. They differ from SvgAnnotations which use slower, but more flexible SVG to draw annotations on the chart

RenderContextHorizontalLineAnnotation

RenderContextHorizontalLineAnnotation: = "RenderContextHorizontalLineAnnotation"

The Annotation is an HorizontalLineAnnotation

remarks

HorizontalLineAnnotation * are drawn on the Javascript chart using WebGL2 where available. They differ from SvgAnnotations which use slower, but more flexible SVG to draw annotations on the chart

RenderContextLineAnnotation

RenderContextLineAnnotation: = "RenderContextLineAnnotation"

The Annotation is an LineAnnotation

remarks

BoxAnnotation * are drawn on the Javascript chart using WebGL2 where available. They differ from SvgAnnotations which use slower, but more flexible SVG to draw annotations on the chart

RenderContextNativeTextAnnotation

RenderContextNativeTextAnnotation: = "RenderContextNativeTextAnnotation"

The Annotation is an NativeTextAnnotation

remarks

NativeTextAnnotation * are drawn on the Javascript chart using WebGL2 where available. They differ from TextAnnotation which use slower, but more flexible SVG to draw annotations on the chart

RenderContextVerticalLineAnnotation

RenderContextVerticalLineAnnotation: = "RenderContextVerticalLineAnnotation"

The Annotation is an VerticalLineAnnotation

remarks

VerticalLineAnnotation * are drawn on the Javascript chart using WebGL2 where available. They differ from SvgAnnotations which use slower, but more flexible SVG to draw annotations on the chart

SVG

SVG: = "SVG"

The Annotation is an SvgAnnotation

remarks

SvgAnnotations are drawn using SVG where available. This allows for more flexible annotations over the Javascript Chart, such as text or other custom shapes This is a base type for various internal annotations. Do not use in Chart Builder

SVGCustomAnnotation

SVGCustomAnnotation: = "SVGCustomAnnotation"

The Annotation is an SVGCustomAnnotation

remarks

SvgAnnotations are drawn using SVG where available. This allows for more flexible annotations over the Javascript Chart, such as text or other custom shapes

SVGTextAnnotation

SVGTextAnnotation: = "SVGTextAnnotation"

The Annotation is an TextAnnotation

remarks

SvgAnnotations are drawn using SVG where available. This allows for more flexible annotations over the Javascript Chart, such as text or other custom shapes

Generated using TypeDoc