VTK
9.3.0
|
Small struct used by InvokeEvent to send some information about the point that was clicked on. More...
#include <vtkChartXY.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 629 of file vtkChartXY.h.
vtkStdString vtkChartPlotData::SeriesName |
Definition at line 631 of file vtkChartXY.h.
vtkVector2f vtkChartPlotData::Position |
Definition at line 632 of file vtkChartXY.h.
vtkVector2i vtkChartPlotData::ScreenPosition |
Definition at line 633 of file vtkChartXY.h.
int vtkChartPlotData::Index |
Definition at line 634 of file vtkChartXY.h.