Class: GOffice::GraphErrorBar
- Inherits:
-
Object
- Object
- GOffice::GraphErrorBar
- Defined in:
- (unknown)
Class Method Summary collapse
-
.prefs(series, property, direction, dalloc, cc) ⇒ GObject
The error bar properties Gtk::Widget.
Instance Method Summary collapse
-
#dup ⇒ GOffice::GraphErrorBar
The duplicated error bar.
-
#get_bounds(index, min, max) ⇒ Boolean
If the value correponding to index is valid, fills min and max with the error values: -> positive_error in max.
- #get_minmax(min, max) ⇒ nil
- #is_visible ⇒ Boolean
-
#render(rend, map, x, y, minus, plus, direction) ⇒ nil
Displays the error bar.
Class Method Details
.prefs(series, property, direction, dalloc, cc) ⇒ GObject
Returns the error bar properties Gtk::Widget.
Instance Method Details
#dup ⇒ GOffice::GraphErrorBar
Returns the duplicated error bar.
#get_bounds(index, min, max) ⇒ Boolean
If the value correponding to index is valid, fills min and max with the error values: -> positive_error in max. -> negative_error in min. If one of the errors is not valid or not defined, its value is set to -1.0.
#get_minmax(min, max) ⇒ nil
#is_visible ⇒ Boolean
#render(rend, map, x, y, minus, plus, direction) ⇒ nil
Displays the error bar. If plus is negative, the positive side of the bar is not displayed, and if minus is negative, the negative side of the bar is not displayed. x_map and y_map are used to convert coordinates from data space to canvas coordinates. This function must not be called if #gog_error_bar_get_bounds returned FALSE.