30#ifndef vtkPlotBarRangeHandlesItem_h
31#define vtkPlotBarRangeHandlesItem_h
33#include "vtkChartsCoreModule.h"
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
vtkSetSmartPointerMacro(PlotBar, vtkPlotBar)
Get/Set the plot bar object to work with.
vtkGetSmartPointerMacro(PlotBar, vtkPlotBar)
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.