Element index for package nChart
Package indexes
[ a ]
[ b ]
[ c ]
[ d ]
[ f ]
[ g ]
[ i ]
[ l ]
[ m ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ v ]
[ x ]
[ y ]
d
- $DataSet
- in file renderbase.php, variable RenderData::$DataSet
The DataSet being represented.
- DataPt
- in file dataset.php, method DataPt::DataPt()
Creates a new DataPt object.
- DataPt
- in file dataset.php, class DataPt
Encapsulates a data point.
- DataSet
- in file dataset.php, method DataSet::DataSet()
Creates a new DataSet object.
- DataSet
- in file dataset.php, class DataSet
Stores all the data for a chart.
- dataset.php
- procedural page dataset.php
g
- GetAttribs
- in file nchart.php, method NChart::GetAttribs()
Returns the ChartAttrib object associated with the chart.
- GetColourScheme
- in file nchart.php, method NChart::GetColourScheme()
Returns the ColourScheme for the chart.
- GetData
- in file dataset.php, method DataSet::GetData()
Returns an array of Series objects in the DataSet.
- GetDataSet
- in file nchart.php, method NChart::GetDataSet()
Returns the DataSet to be displayed.
- GetName
- in file dataset.php, method Series::GetName()
Returns the name of the Series.
- GetPts
- in file dataset.php, method Series::GetPts()
Returns an array of the stored DataPts.
- GetRandomColour
- in file scheme.php, method ColourScheme::GetRandomColour()
Returns a new random colour.
- GetSeriesColour
- in file renderbase.php, method RenderBase::GetSeriesColour()
Gets the Colour associated with a Series.
- GetSeriesColour
- in file scheme.php, method ColourScheme::GetSeriesColour()
Returns the Colour assigned to a specific series.
- GetValRange
- in file dataset.php, method Series::GetValRange()
Returns the Range of the Values.
- GetValues
- in file dataset.php, method Series::GetValues()
Returns an array of the stored Values.
- GetXRange
- in file dataset.php, method Series::GetXRange()
Returns the Range of the X axis.
- GetXRange
- in file dataset.php, method DataSet::GetXRange()
Returns the Range of the X axis.
- GetYRange
- in file dataset.php, method DataSet::GetYRange()
Returns the Range of the Y axis.
- GetYRange
- in file dataset.php, method Series::GetYRange()
Returns the Range of the Y axis.
- global.php
- procedural page global.php
i
- index.php
- procedural page index.php
- IsValues
- in file dataset.php, method Series::IsValues()
Returns if this series is full of Value objects.
m
- $Max
- in file dataset.php, variable Range::$Max
The maximum value.
- $Min
- in file dataset.php, variable Range::$Min
The minimum value.
n
- $Name
- in file dataset.php, variable Value::$Name
The name of the value.
- $Name
- in file dataset.php, variable DataPt::$Name
Value name.
- NChart
- in file nchart.php, method NChart::NChart()
Creates a new NChart object.
- NChart
- in file nchart.php, class NChart
The main nChart class.
- nchart.php
- procedural page nchart.php
- nchart_enforce_type
- in file global.php, function nchart_enforce_type()
Ensures that $obj is of the type specified by $type. If it is not, it kills the script execution and reports the error.
- nchart_error
- in file global.php, function nchart_error()
Kills script execution and outputs an error message and debug trace.
p
- $Painter
- in file renderbase.php, variable RenderData::$Painter
The Painter object used for drawing.
- Process
- in file dataset.php, method Series::Process()
Calculates the ranges of the stored data.
- Process
- in file dataset.php, method DataSet::Process()
Calculates the ranges of the stored data.
r
- Range
- in file dataset.php, method Range::Range()
Creates a new Range object.
- Range
- in file dataset.php, class Range
Represents a range.
- Render
- in file nchart.php, method NChart::Render()
Renders the chart using the specified renderer $r. The return value is an image resource.
- Render
- in file renderbase.php, method RenderBase::Render()
Renders the chart.
- RenderBase
- in file renderbase.php, class RenderBase
Renders elements common to all charts.
- renderbase.php
- procedural page renderbase.php
- RenderData
- in file renderbase.php, class RenderData
Stoers information required during the rendering process.
v
- $Val
- in file dataset.php, variable Value::$Val
The value being stored.
- Value
- in file dataset.php, method Value::Value()
Creates a new Value object.
- Value
- in file dataset.php, class Value
Encapsulates a data value.
|
|