XeGraphPositive Class Reference

A graph (actually XeGraph) whose all Y values are positive. More...

#include <XeCore.h>

Inheritance diagram for XeGraphPositive:
XeGraph XeStylized XeGraphics XeObject XeCore XeCore

List of all members.

Public Member Functions

 XeGraphPositive (string name, XeGraph *gr)
 XeGraphPositive (string name, TGraph *gr, string xLab="", string yLab="", XeStyle *style=NULL, string legend="")
 Constructs the object from an existing TGraph.
 XeGraphPositive (string name, int n, double *x, double *y, string xLab="", string yLab="", XeStyle *style=NULL, string legend="")

Detailed Description

A graph (actually XeGraph) whose all Y values are positive.


Constructor & Destructor Documentation

XeGraphPositive::XeGraphPositive ( string  name,
int  n,
double *  x,
double *  y,
string  xLab = "",
string  yLab = "",
XeStyle style = NULL,
string  legend = "" 
)
Parameters:
n number of points
*x values of abcissae (omitted when correspoind y is <=0)
*y values of ordinates (omitted when <=0)
xLab x-labels
yLab y-labels
style XeStyle used for drawing the object
legend Legend used in XeMultiGraph
XeGraphPositive::XeGraphPositive ( string  name,
TGraph *  gr,
string  xLab = "",
string  yLab = "",
XeStyle style = NULL,
string  legend = "" 
)

Constructs the object from an existing TGraph.

Parameters:
gr Original graph
xLab x-labels
yLab y-labels
style XeStyle used for drawing the object
legend Legend used in XeMultiGraph

The documentation for this class was generated from the following file:
 All Classes Functions Variables

Generated on 10 Apr 2015 for Xephyr by  doxygen 1.6.1