Interface RectangleSeriesCursorBehavior

Interface for customizing cursor behavior of RectangleSeries specifically.

Hierarchy

  • RectangleSeriesCursorBehavior

Properties

Properties

location: ((info: RectangleTwoPoints & {
    figure: RectangleFigure;
    positionAndSize: RectanglePositionAndSize;
}) => Point)

Type declaration