Interface which adds the methods required for rendering radar charts to a renderer
Source for this file: /Graph/src/interfaces/odometer_renderer.php
Version: | //autogentag// |
public ezcGraphBoundings |
drawOdometer(
$boundings
, $axis
, $options
)
Render odometer chart |
public void |
drawOdometerMarker(
$boundings
, $position
, $symbol
, $color
, $width
)
Draw a single odometer marker. |
Render odometer chart
Name | Type | Description |
---|---|---|
$boundings |
ezcGraphBoundings | |
$axis |
ezcGraphChartElementAxis | |
$options |
ezcGraphOdometerChartOptions |
Draw a single odometer marker.
Name | Type | Description |
---|---|---|
$boundings |
ezcGraphBoundings | |
$position |
ezcGraphCoordinate | |
$symbol |
int | |
$color |
ezcGraphColor | |
$width |
int |