Apache Zeta Components Manual :: Docs For Class ezcGraph
Graph::ezcGraph
Class ezcGraph
Base options class for all eZ components.
Source for this file: /Graph/src/graph.php
Version: | //autogentag// |
Constants
ARROW
= 4
|
Arrow head symbol, used for axis end markers, not available as a dataset symbol. |
BAR
= 3
|
Display type for datasets. Bar and line charts may contain datasets of type ezcGraph::BAR. |
BOTTOM
= 2
|
Constant used for positioning of elements. May be used as a bitmask together with other postioning constants. Element will be placed at the bottom of the current boundings. |
BOX
= 6
|
A non-filled box symbol |
BULLET
= 2
|
Filled circle |
CENTER
= 16
|
Constant used for positioning of elements. May be used as a bitmask together with other postioning constants. Element will be placed at the horizontalcenter of the current boundings. |
CIRCLE
= 3
|
Non filled circle |
DIAMOND
= 1
|
Rhomb like looking symbol |
HORIZONTAL
= 1
|
Constant used for background repetition. Repeat along the x axis. May be used as a bitmask together with ezcGraph::VERTICAL. |
KEY
= 0
|
Identifier for keys in complex dataset arrays |
LEFT
= 4
|
Constant used for positioning of elements. May be used as a bitmask together with other postioning constants. Element will be placed at the left of the current boundings. |
LINE
= 2
|
Display type for datasets. Bar and line charts may contain datasets of type ezcGraph::LINE. |
MIDDLE
= 32
|
Constant used for positioning of elements. May be used as a bitmask together with other postioning constants. Element will be placed at the vertical middle of the current boundings. |
NO_REPEAT
= 0
|
Constant used for background repetition. No repeat. |
NO_SYMBOL
= 0
|
No symbol, will fallback to a rect in the legend |
ODOMETER
= 4
|
|
PALM_FONT
= 3
|
Font type definition. Used for Palm Format Fonts for Ming driver. |
PIE
= 1
|
Display type for datasets. Pie may only be used with pie charts. |
PS_FONT
= 2
|
Font type definition. Used for Postscript Type 1 fonts. |
RIGHT
= 8
|
Constant used for positioning of elements. May be used as a bitmask together with other postioning constants. Element will be placed at the right of the current boundings. |
SQUARE
= 5
|
A square, filled box, symbol |
SVG_FONT
= 4
|
Font type definition. Used for SVG fonts vonverted by ttf2svg used in the SVG driver. |
TOP
= 1
|
Constant used for positioning of elements. May be used as a bitmask together with other postioning constants. Element will be placed at the top of the current boundings. |
TTF_FONT
= 1
|
Font type definition. Used for True Type fonts. |
VALUE
= 1
|
Identifier for values in complex dataset arrays |
VERTICAL
= 2
|
Constant used for background repetition. Repeat along the y axis. May be used as a bitmask together with ezcGraph::HORIZONTAL. |
Documentation generated by phpDocumentor 1.4.3