VTK
9.4.20250113
|
Small struct used by InvokeEvent to send some information about the point that was clicked on. More...
#include <vtkChartBox.h>
Public Attributes | |
vtkStdString | SeriesName |
vtkVector2f | Position |
vtkVector2i | ScreenPosition |
int | Index |
Small struct used by InvokeEvent to send some information about the point that was clicked on.
This is an experimental part of the API, subject to change.
Definition at line 262 of file vtkChartBox.h.
vtkStdString vtkChartBoxData::SeriesName |
Definition at line 264 of file vtkChartBox.h.
vtkVector2f vtkChartBoxData::Position |
Definition at line 265 of file vtkChartBox.h.
vtkVector2i vtkChartBoxData::ScreenPosition |
Definition at line 266 of file vtkChartBox.h.
int vtkChartBoxData::Index |
Definition at line 267 of file vtkChartBox.h.