trait AxisTitlesPositionTrait (View source)

Methods

axisTitlesPosition( string $position)

Where to place the axis titles, compared to the chart area.

Details

at line 21
Chart axisTitlesPosition( string $position)

Where to place the axis titles, compared to the chart area.

Supported values: in - Draw the axis titles inside the the chart area. out - Draw the axis titles outside the chart area. none - Omit the axis titles.

Parameters

string $position Accepted values [in|out|none]

Return Value

Chart

Exceptions

InvalidConfigValue