文檔首頁>>telerik中文文檔>>比例選項
比例選項
ArcGauge使您能夠自定義比例選項。
例如,您可以更改開始和結(jié)束角度、標(biāo)簽和刻度的外觀、自定義范圍等。
$("#gauge").kendoArcGauge({ scale: { min: 0, max: 100, labels: { template: "#: value #%", position: "outside" }, minorUnit: 10, majorUnit: 100 } });