opacity Number

The opacity of the value pointer.

Example

Open In Dojo
<div id="progressbar"></div>
<script>
    $("#progressbar").kendoCircularProgressBar({
        opacity: 0.5,
        value: 50
    });
</script>
In this article