VTK  9.3.20240328
Public Attributes | List of all members
vtkChartBoxData Struct Reference

Small struct used by InvokeEvent to send some information about the point that was clicked on. More...

#include <vtkChartBox.h>

Collaboration diagram for vtkChartBoxData:
[legend]

Public Attributes

vtkStdString SeriesName
 
vtkVector2f Position
 
vtkVector2i ScreenPosition
 
int Index
 

Detailed Description

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 261 of file vtkChartBox.h.

Member Data Documentation

◆ SeriesName

vtkStdString vtkChartBoxData::SeriesName

Definition at line 263 of file vtkChartBox.h.

◆ Position

vtkVector2f vtkChartBoxData::Position

Definition at line 264 of file vtkChartBox.h.

◆ ScreenPosition

vtkVector2i vtkChartBoxData::ScreenPosition

Definition at line 265 of file vtkChartBox.h.

◆ Index

int vtkChartBoxData::Index

Definition at line 266 of file vtkChartBox.h.


The documentation for this struct was generated from the following file: