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

HtmlCustomAnnotation

HtmlCustomAnnotation: = "HtmlCustomAnnotation"

The Annotation is an HtmlCustomAnnotation

remarks

HtmlCustomAnnotation are drawn on HTML layer of a surface add custom HTML content to it

HtmlTextAnnotation

HtmlTextAnnotation: = "HtmlTextAnnotation"

The Annotation is an HtmlTextAnnotation

remarks

HtmlTextAnnotation are drawn on HTML layer of a surface add custom HTML content to it

RenderContextArcAnnotation

RenderContextArcAnnotation: = "RenderContextArcAnnotation"

The Annotation is an ArcAnnotation

remarks

ArcAnnotation * 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

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

RenderContextCustomAnnotation

RenderContextCustomAnnotation: = "RenderContextCustomAnnotation"

The Annotation is a custom RenderContext annotation. Use this type to create custom RenderContext annotations.

remarks

{@link Custom RenderContext annotation | NativeTextAnnotation} * are drawn on the Javascript chart using WebGL2 where available.

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

RenderContextLineArrowAnnotation

RenderContextLineArrowAnnotation: = "RenderContextLineArrowAnnotation"

The Annotation is an LineArrowAnnotation

remarks

LineArrowAnnotation * 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

RenderContextPolarArcAnnotation

RenderContextPolarArcAnnotation: = "RenderContextPolarArcAnnotation"

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 CustomAnnotation

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

SVGPolarPointerAnnotation

SVGPolarPointerAnnotation: = "SVGPolarPointerAnnotation"

The Annotation is an PolarPointerAnnotation

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

SvgLineAnnotation

SvgLineAnnotation: = "SvgLineAnnotation"

The Annotation is an SvgLineAnnotation which uses

remarks

SvgLineAnnotation are drawn using plain SVG only.

Generated using TypeDoc