JKQTPlotter trunk/v5.0.0
an extensive Qt5+Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
Loading...
Searching...
No Matches
Collaboration diagram for Barcharts:

Classes

class  JKQTPBarGraphBase
 This is a base-class for all bar graphs with vertical or horizontal orientation (the orientation is implemented in dervied classes!) More...
 
class  JKQTPBarGraphStackInternalInterface
 This is an interface-class for all stackable bargraphs ... it is used internally for autoscaling only. More...
 
class  JKQTPBarHorizontalErrorGraph
 This implements a horizontal bar graph with bars between $ x=\mbox{baseline} $ and $ x=f(y) $ and error indicator. More...
 
class  JKQTPBarHorizontalGraph
 This implements a horizontal bar graph with bars between $ x=\mbox{baseline} $ and $ x=f(y) $. More...
 
class  JKQTPBarHorizontalStackableGraph
 This implements a horizontal bar graph with bars between $ x=\mbox{baseline} $ and $ x=f(y) $ Optionally several graphs of this type may be stacked on top of each other. More...
 
class  JKQTPBarVerticalErrorGraph
 This implements a vertical bar graph with bars between $ y=\mbox{baseline} $ and $ y=f(x) $ and error indicator. More...
 
class  JKQTPBarVerticalGraph
 This implements a vertical bar graph with bars between $ y=\mbox{baseline} $ and $ y=f(x) $. More...
 
class  JKQTPBarVerticalStackableGraph
 This implements a vertical bar graph with bars between $ y=\mbox{baseline} $ and $ y=f(x) $ Optionally several graphs of this type may be stacked on top of each other. More...
 
struct  JKQTPBarGraphBase::SimpleFillBrushFunctorAdaptor
 adapter that converts a SimpleFillBrushFunctor to a FillBrushFunctor More...
 

Detailed Description

Screenshot Classes
JKQTPBarVerticalGraph, JKQTPBarHorizontalGraph
JKQTPBarVerticalErrorGraph, JKQTPBarHorizontalErrorGraph
JKQTPBarVerticalStackableGraph, JKQTPBarHorizontalStackableGraph