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

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

#include <vtkChartXY.h>

Collaboration diagram for vtkChartPlotData:
[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 738 of file vtkChartXY.h.

Member Data Documentation

◆ SeriesName

vtkStdString vtkChartPlotData::SeriesName

Definition at line 740 of file vtkChartXY.h.

◆ Position

vtkVector2f vtkChartPlotData::Position

Definition at line 741 of file vtkChartXY.h.

◆ ScreenPosition

vtkVector2i vtkChartPlotData::ScreenPosition

Definition at line 742 of file vtkChartXY.h.

◆ Index

int vtkChartPlotData::Index

Definition at line 743 of file vtkChartXY.h.


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