public function ChartAxes::setFormat in Charts 8.3
Set a format string for numeric axis labels.
Parameters
mixed $value: Format.
File
- modules/
charts_google/ src/ Settings/ Google/ ChartAxes.php, line 264
Class
- ChartAxes
- Class ChartAxes.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function setFormat($value) {
$this->format = $value;
}