Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jsf-2/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Kendo ui 如何在价值轴标签Kendo ui中为货币设置不同的区域性?_Kendo Ui_Format_Currency - Fatal编程技术网

Kendo ui 如何在价值轴标签Kendo ui中为货币设置不同的区域性?

Kendo ui 如何在价值轴标签Kendo ui中为货币设置不同的区域性?,kendo-ui,format,currency,Kendo Ui,Format,Currency,我想将Axis Value中的货币标签更改为Sterling en GB货币,而不是美元符号 valueAxis: { labels: { format: '{0:c}' }, 我已经看到了这一点 但是我想知道是否存在一个可以用于标签的属性 该项目以AngularJs为单位

我想将Axis Value中的货币标签更改为Sterling en GB货币,而不是美元符号

valueAxis: {
              labels: {
                   format: '{0:c}'
              },
我已经看到了这一点

但是我想知道是否存在一个可以用于标签的属性

该项目以AngularJs为单位