Class: GOffice::GraphSeries
- Inherits:
-
GraphStyledObject
- Object
- GraphObject
- GraphStyledObject
- GOffice::GraphSeries
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#check_validity ⇒ nil
Updates the is_valid flag for a series.
-
#fill_type ⇒ String
Fill-type.
- #fill_type=(fill_type) ⇒ String
-
#get_element(index) ⇒ GOffice::GraphSeriesElement
any.
- #get_fill_type_from_combo(combo) ⇒ GOffice::GraphSeriesFillType
- #get_xy_data(x, y) ⇒ Integer
- #get_xyz_data(x, y, z) ⇒ Integer
-
#has_legend ⇒ Boolean
TRUE if the series has a visible legend entry.
- #has_legend=(has_legend) ⇒ Boolean
-
#has_legend? ⇒ Boolean
Has-legend.
-
#interpolation ⇒ String
Interpolation.
- #interpolation=(interpolation) ⇒ String
-
#interpolation_params ⇒ GOffice::GraphDataset
Only constrained cubic spline interpolation use parameters (for the slopes at each end).
- #interpolation_skip_invalid=(interpolation_skip_invalid) ⇒ Boolean
-
#interpolation_skip_invalid? ⇒ Boolean
Interpolation-skip-invalid.
-
#is_valid ⇒ Boolean
The current cached validity.
- #map_XL_dim(ms_type) ⇒ Integer
-
#name ⇒ GOffice::Data
Gets the source of the name associated with the series.
-
#name=(name_src) ⇒ nil
Absorbs a ref to name_src.
-
#num_elements ⇒ Integer
The number of elements in the series.
-
#overrides ⇒ GLib::List<GOffice::GraphSeriesElement>
Overrides are data owning their own style, overriding the series style.
-
#plot ⇒ GOffice::GraphPlot
The possibly NULL plot that contains this series.
- #populate_fill_type_combo(combo) ⇒ nil
-
#set_dim(dim_i, val) ⇒ nil
Absorbs a ref to val.
-
#set_index(ind, is_manual) ⇒ nil
If ind >= 0 attempt to assign the new index.
- #set_XL_dim(ms_type, val) ⇒ nil
Methods inherited from GraphStyledObject
Methods inherited from GraphObject
#add_by_name, #add_by_role, #alignment, #alignment=, #anchor, #anchor=, #can_reorder, #clear_parent, #compass, #compass=, #document_changed, #dup, #emit_changed, #find_role_by_name, #get_child_by_name, #get_child_by_role, #get_children, #get_editor, #get_manual_allocation, #get_manual_position, #get_parent_typed, #get_position_flags, #graph, #id, #id=, #initialize, #invisible=, #invisible?, #is_default_position_flags, #is_deletable, #is_position_manual=, #is_position_manual?, #manual_position=, #manual_size, #manual_size=, #manual_size_mode, #new_view, #parent, #position, #position=, #possible_additions, register_roles, #reorder, #request_editor_update, #request_update, sax_push_parser, set_arg, #set_parent, #set_position_flags, #theme, #update, #write_xml_sax
Constructor Details
This class inherits a constructor from GOffice::GraphObject
Instance Method Details
#check_validity ⇒ nil
Updates the is_valid flag for a series. This is an internal utility that should not really be necessary for general usage.
#fill_type ⇒ String
Returns fill-type.
#fill_type=(fill_type) ⇒ String
#get_element(index) ⇒ GOffice::GraphSeriesElement
any
#get_fill_type_from_combo(combo) ⇒ GOffice::GraphSeriesFillType
#get_xy_data(x, y) ⇒ Integer
#get_xyz_data(x, y, z) ⇒ Integer
#has_legend ⇒ Boolean
Returns TRUE if the series has a visible legend entry.
#has_legend=(has_legend) ⇒ Boolean
#has_legend? ⇒ Boolean
Returns has-legend.
#interpolation ⇒ String
Returns interpolation.
#interpolation=(interpolation) ⇒ String
#interpolation_params ⇒ GOffice::GraphDataset
Only constrained cubic spline interpolation use parameters (for the slopes at each end).
#interpolation_skip_invalid=(interpolation_skip_invalid) ⇒ Boolean
#interpolation_skip_invalid? ⇒ Boolean
Returns interpolation-skip-invalid.
#is_valid ⇒ Boolean
Returns the current cached validity. Does not recheck.
#map_XL_dim(ms_type) ⇒ Integer
#name ⇒ GOffice::Data
Gets the source of the name associated with the series. NOTE : this is NOT the actual name.
#name=(name_src) ⇒ nil
Absorbs a ref to name_src.
#num_elements ⇒ Integer
Returns the number of elements in the series.
#overrides ⇒ GLib::List<GOffice::GraphSeriesElement>
Overrides are data owning their own style, overriding the series style. overrides.
#plot ⇒ GOffice::GraphPlot
Returns the possibly NULL plot that contains this series.
#populate_fill_type_combo(combo) ⇒ nil
#set_dim(dim_i, val) ⇒ nil
Absorbs a ref to val
#set_index(ind, is_manual) ⇒ nil
If ind >= 0 attempt to assign the new index. Auto indicies (is_manual == FALSE) will not override the current index if it is manual. An index < 0, will reset the index to automatic and potentially queue a revaluation of the parent chart's cardinality.