This is the base Graph class for doing XY coordinate system based graphs in SVG.
$Id: SVGXYGraph.html 3543 2011-01-28 14:07:31Z mpwalsh8 $
Located in /widgets/svg/SVGXYGraph.inc (line 28)
Container | --BaseWidget | --SVGGraph | --SVGXYGraph
Class | Description |
---|---|
SVGXYPlotGraph | This is the base Graph class for doing XY coordinate system based graphs in SVG. |
holds the colors for each of
the lines
this holds the X axis data
this holds the Y axis data
Inherited from SVGGraph
SVGGraph::$_draw
SVGGraph::$_options
Inherited from BaseWidget
BaseWidget::$title
BaseWidget::$width
BaseWidget::$_image_prefix
This function is used to add a new set of x values for the graph.
NOTE: this must be a comma delimited list of values.
This function is used to add a new set of y values for the graph.
NOTE: this must be a comma delimited list of values.
This function returns the pixel positions of a data point
This function returns the pixel positions of a data point
This is used to set how many grid lines to draw for an axis
This allows you to set the color of the axis grid lines
This enables/disables the rendering of the grid lines for an axis
This function is used to set the title for the X Axis
This function is used to set the title for the Y Axis
this method adds our own options that
are different from the parent class
This function does the work of building the graph itself
This is a stub for building the title(s) for the graph
This function builds the X axis and its measurement lines/marks
This function builds the Y axis and its measurement lines/marks
We need this to calculate the min,max values for
both all x points and all y data points, so we can scale the graph correctly
This method builds the text title area that lives in the X axis
This method builds the text title area that lives in the X axis
Inherited From SVGGraph
SVGGraph::SVGGraph()
SVGGraph::format_label()
SVGGraph::get_option()
SVGGraph::get_options()
SVGGraph::render()
SVGGraph::set_axis_font_height()
SVGGraph::set_axis_font_width()
SVGGraph::set_height()
SVGGraph::set_option()
SVGGraph::set_title()
SVGGraph::set_title_font_height()
SVGGraph::set_title_font_width()
SVGGraph::set_title_style()
SVGGraph::set_width()
SVGGraph::_build_graph()
SVGGraph::_build_title()
SVGGraph::_build_titles()
SVGGraph::_prepare_data()
Inherited From BaseWidget
BaseWidget::get_align()
BaseWidget::get_css()
BaseWidget::get_javascript()
BaseWidget::get_title()
BaseWidget::get_width()
BaseWidget::set_align()
BaseWidget::set_image_path_prefix()
BaseWidget::set_title()
BaseWidget::set_width()
Inherited From Container
Container::Container()
Container::add()
Container::add_reference()
Container::count_content()
Container::get_element()
Container::get_indent_flag()
Container::push()
Container::push_reference()
Container::render()
Container::reset_content()
Container::set_collapse()
Container::set_indent_flag()
Documentation generated on Fri, 28 Jan 2011 08:53:23 -0500 by phpDocumentor 1.4.3