Interface SimpleFigureSeriesCursorPoint<FigureType>

Interface for CursorPoints that point to a Figure of SimpleFigureSeries. Used to pack information about pointed segment to users.

Type Parameters

Hierarchy

Properties

figure: FigureType

Pointed figure.

fillStyle?: FillStyle

Optional attached fillStyle

location: Point

Location of point

resultTableContent: ResultTableContent

Contents for ResultTable

scale: ScaleXY<ViewportScale1D>

Scale where point is located

series: SimpleFigureSeries<any, any, any, any>

Series that contains point