\Kendo\Dataviz\UI\ChartSeriesItemOverlay

A PHP class representing the overlay setting of ChartSeriesItem.

Methods

gradient

The chart series gradient.The supported values are: "glass" (bar, column and candlestick series); "none"; "roundedBevel" (donut and pie series) or "sharpBevel" (donut and pie series).

Returns

\Kendo\Dataviz\UI\ChartSeriesItemOverlay

Parameters

$value string

Example

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