Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines the CoordinateMode for Annotations within SciChart's JavaScript Charts

Index

Enumeration members

Enumeration members

DataValue

DataValue: = "DataValue"

The Annotation.x1, x2, y1, y2 coordinate is a data-value, corresponding to the value on the Axis or in the DataSeries

Pixel

Pixel: = "Pixel"

The Annotation.x1, x2, y1, y2 coordinate is a pixel coordinate, corresponding to the distance from the top-left of the SciChartSurface

Relative

Relative: = "Relative"

The Annotation.x1, x2, y1, y2 coordinate is relative, where 0.0 corresponds to the left (or top) of the SciChartSurface and 1.0 corresponds to the right (or bottom) of the SciChartSurface

Generated using TypeDoc