public function ChartAxes::getFormat in Charts 8.3
Get the format string for numeric axis labels.
Return value
mixed Format.
File
- modules/
charts_google/ src/ Settings/ Google/ ChartAxes.php, line 254
Class
- ChartAxes
- Class ChartAxes.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function getFormat() {
return $this->format;
}