24 #ifndef _vtkQtBarChartOptions_h
25 #define _vtkQtBarChartOptions_h
27 #include "vtkQtChartExport.h"
93 void setBarGroupFraction(
float fraction);
108 void setBarWidthFraction(
float fraction);
122 void setOutlineStyle(OutlineStyle
style);
149 void axesCornerChanged();
152 void barFractionsChanged();
155 void outlineStyleChanged();
158 void seriesColorsChanged();
162 OutlineStyle OutlineType;
OutlineStyle getOutlineStyle() const
Gets the outline style for the bars.
vtkQtChartHelpFormatter * getHelpFormat()
Gets the chart help text formatter.
float getBarGroupFraction() const
Gets the bar group fraction.
float getBarWidthFraction() const
Gets the bar width fraction.
const vtkQtChartHelpFormatter * getHelpFormat() const
Gets the chart help text formatter.
The vtkQtBarChartOptions class stores the drawing options for a bar chart.
vtkQtChartLayer::AxesCorner getAxesCorner() const
Gets the pair of axes used by the bar chart.