\Kendo\Dataviz\UI\StockChartSeriesItemOverlay

A PHP class representing the overlay setting of StockChartSeriesItem.

Methods

gradient

The gradient name.Available options: glass (column and candlestick series) or none.

Returns

\Kendo\Dataviz\UI\StockChartSeriesItemOverlay

Parameters

$value string

Example

<?php
$overlay = new \Kendo\Dataviz\UI\StockChartSeriesItemOverlay();
$overlay->gradient('value');
?>
In this article
Not finding the help you need?