Class containing the basic options for line charts.
This class contains basic options relevant for line and bar charts, which are just an extension of line charts.
For additional options configuring the apperance of the chart you may also want to check the option classes to configure the respective renderer you are using:
Source for this file: /Graph/src/options/line_chart.php
ezcBaseOptions | --ezcGraphChartOptions | --ezcGraphLineChartOptions
Version: | //autogentag// |
mixed | read/write |
$fillLines
Status wheather the space between line and axis should get filled.
|
ezcGraphFontOptions | read/write |
$highlightFont
Font configuration for highlight tests |
bool | read/write |
$highlightLines
If true, it adds lines to highlight the values position on the axis. |
int | read/write |
$highlightSize
Size of highlight blocks |
float | read/write |
$highlightXOffset
Horizontal offset for highlight strings, applied to all chart highlight strings |
float | read/write |
$highlightYOffset
Vertical offset for highlight strings, applied to all chart highlight strings |
float | read/write |
$lineThickness
Thickness of chart lines |
true | read/write |
$stackBars
Stack bars |
int | read/write |
$symbolSize
Size of symbols in line chart. |
From ezcBaseOptions | |
---|---|
protected |
ezcBaseOptions::$properties
|
public void |
__set(
$propertyName
, $propertyValue
)
Set an option value |
From ezcBaseOptions | |
---|---|
public ezcBaseOptions |
ezcBaseOptions::__construct()
Construct a new options object. |
public void |
ezcBaseOptions::merge()
Merge an array into the actual options object. |
public bool |
ezcBaseOptions::offsetExists()
Returns if an option exists. |
public mixed |
ezcBaseOptions::offsetGet()
Returns an option value. |
public void |
ezcBaseOptions::offsetSet()
Set an option. |
public void |
ezcBaseOptions::offsetUnset()
Unset an option. |
Set an option value
Name | Type | Description |
---|---|---|
$propertyName |
string | |
$propertyValue |
mixed |
Type | Description |
---|---|
ezcBasePropertyNotFoundException |
If a property is not defined in this class |