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