series.overlay.gradientString

The gradient name.

Available options:

*glass(bar and column series) *roundedBevel(pie series) *sharpBevel(pie series) *none

Example

<div id="sparkline"></div>
<script>
$("#sparkline").kendoSparkline({
    type: "column",
    series: [{
        data: [10, 15, 8, 12],
        overlay: {
            gradient: "glass"
        }
    }]
});
</script>
In this article
series.overlay.gradient
Not finding the help you need?
Contact Support