The line width.

** Applicable for line series. **

Example

<div id="stock-chart"></div>
<script>
$("#stock-chart").kendoStockChart({
    navigator: {
        series: {
            type: "line",
            width: 3
        }
    }
});
</script>
In this article
navigator.series.width
Not finding the help you need?
Contact Support