21#ifndef vtkPlotBarRangeHandlesItem_h
22#define vtkPlotBarRangeHandlesItem_h
24#include "vtkChartsCoreModule.h"
30VTK_ABI_NAMESPACE_BEGIN
a simple class to control print indentation
show and control the range of a vtkAxis used with a vtkPlotBar
void SetActiveHandlePosition(double position) override
Internal method to set the ActiveHandlePosition and compute the ActiveHandleRangeValue accordingly.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkPlotBarRangeHandlesItem * New()
~vtkPlotBarRangeHandlesItem() override=default
vtkPlotBarRangeHandlesItem()=default
void GetBounds(double bounds[4]) override
Recover the bounds of the item.
Class for drawing an XY plot given two columns from a vtkTable.
item to show and control a range on vtkAxis
void operator=(const vtkPlotRangeHandlesItem &)=delete
Hold a reference to a vtkObjectBase instance.