33#ifndef vtkPlotBarRangeHandlesItem_h
34#define vtkPlotBarRangeHandlesItem_h
36#include "vtkChartsCoreModule.h"
a simple class to control print indentation
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.
vtkPlotRangeHandlesItem()
void operator=(const vtkPlotRangeHandlesItem &)=delete
Hold a reference to a vtkObjectBase instance.