seriesDefaults.candlestickObject

The candlestick configuration options. The default options for all candlestick series. For more details see the series options.

Example

<div id="stock-chart"></div>
<script>
$("#stock-chart").kendoStockChart({
    seriesDefaults: {
        candlestick: {
            gap: 0.5,
            spacing: 0.2
        }
    },
    series: [{
        type: "candlestick",
        data: [[new Date(2023, 0, 1), 100, 110, 95, 105]]
    }]
});
</script>
In this article
seriesDefaults.candlestick
Not finding the help you need?
Contact Support