Graph: ezcGraphOdometerChartOptions
[ ]
[ Gallery ]
[ ]
[ ]
[ ]
[ ]
Class: ezcGraphOdometerChartOptions
|
Class containing the options for odometer charts [
source]
1. $graph = new ezcGraphOdoMeterChart();
2.
3. $graph->data['Test'] = new ezcGraphArrayDataSet( array( 0, 1, 23, 30 ) );
4.
5. $graph->options->odometerHeight = .3;
6. $graph->options->borderColor = '#2e3436';
7.
8. $graph->render( 150, 50, 'odometer.svg' );
Parents
ezcBaseOptions
|
--ezcGraphChartOptions
|
--ezcGraphOdometerChartOptions
Properties
Inherited Member Variables
From
ezcBaseOptions:
Inherited Methods
From
ezcBaseOptions :
Last updated: Tue, 01 Sep 2009