24 #ifndef _vtkQtStatisticalBoxChartOptions_h
25 #define _vtkQtStatisticalBoxChartOptions_h
27 #include "vtkQtChartExport.h"
92 void setBoxWidthFraction(
float fraction);
106 void setOutlineStyle(OutlineStyle
style);
150 void axesCornerChanged();
153 void boxFractionChanged();
156 void outlineStyleChanged();
160 OutlineStyle OutlineType;
vtkQtChartHelpFormatter * getOutlierFormat()
Gets the outlier help text formatter.
const vtkQtChartHelpFormatter * getOutlierFormat() const
Gets the outlier help text formatter.
float getBoxWidthFraction() const
Gets the box width fraction.
OutlineStyle getOutlineStyle() const
Gets the outline style for the boxes.
Draws the box outline in a darker color.
const vtkQtChartHelpFormatter * getHelpFormat() const
Gets the chart help text formatter.
The vtkQtStatisticalBoxChartOptions class stores the drawing options for a box chart.
vtkQtChartHelpFormatter * getHelpFormat()
Gets the chart help text formatter.
vtkQtChartLayer::AxesCorner getAxesCorner() const
Gets the pair of axes used by the box chart.