HorizontalBars class derived from class Base. More...
Private Functions | |
| |
private | _draw_data |
finally get around to plotting the data for (horizontal) bars | |
private int | _draw_y_ticks () |
draw the y-ticks and their labels Overwrites this function of Chart::Base | |
private int | _find_y_scale () |
find good values for the minimum and maximum y-value on the chart overwrite the find_y_scale function, only to get the right f_x_ticks !!!!! | |
Private Object Methods | |
| |
private int | _draw_x_ticks () |
draw the x-ticks and their labels Overwrites this function of Chart::Base |
HorizontalBars class derived from class Base.
This class provides all functions which are specific to horizontal bars
private int Chart::HorizontalBars::_draw_x_ticks | ( | ) |
draw the x-ticks and their labels Overwrites this function of Chart::Base
Reimplemented from Chart::Base.
private int Chart::HorizontalBars::_draw_y_ticks | ( | ) |
draw the y-ticks and their labels Overwrites this function of Chart::Base
Reimplemented from Chart::Base.
private int Chart::HorizontalBars::_find_y_scale | ( | ) |
find good values for the minimum and maximum y-value on the chart overwrite the find_y_scale function, only to get the right f_x_ticks !!!!!
Reimplemented from Chart::Base.