opacityNumber

The opacity of the value pointer.

Example

<div id="progressbar"></div>
<script>
	$("#progressbar").kendoCircularProgressBar({
		opacity: 0.5,
        value: 50
	});
</script>
In this article
opacity
Not finding the help you need?
Contact Support