The clipping mode of the annotation adorners
Calculates if pointer is within entity bounds
The clipping mode of the annotation
An explicit position for this item to render within the layer. By default, items will render in the order they were added to the collection. Items with a renderOrder set will be inserted at the desired position.
Allows a series to be treated as if it was drawn on a surface with a different draw order than its actual parent surface Until the chart is rendered, the get method will only return a value if one has been explicitly set.
Executes a hover action on the annotation if it is hit
Fires based on hover rules passed into hover
A unique Id for the IAnnotation
Defines if the entity is hovered
Sets an opacity override for the entire annotation, from 0..1
Gets the bound XAxis for this IAnnotation.
The X-Coordinate mode. See ECoordinateMode for a list of values
Gets the bound YAxis for this IAnnotation.
The Y-Coordinate mode. See ECoordinateMode for a list of values
Checks if passed point on the canvas is inside annotation borders
the X screen coordinate relative to canvas
the Y screen coordinate relative to canvas
Deletes native (WebAssembly) memory used by this type, after which it cannot be used.
Used internally - Sets references to X and Y axes
Called when the Dpi changes in the browser. This could be due to user zooming the browser, or changing DPI settings in Windows, or moving the browser containing SciChart to another monitor
The TDpiChangedEventArgs containing info about the Dpi Changed event
Convert the object to a definition that can be serialized to JSON, or used directly with the builder api
Generated using TypeDoc
Defines the interface to an Annotation - a type of marker, text label, line or custom UI overlay on a 2D Cartesian SciChartSurface