\Kendo\Dataviz\UI\StockChartLegendInactiveItemsMarkers
A PHP class representing the markers setting of StockChartLegendInactiveItems.
Methods
color
The color of the markers. Any valid CSS color string will work here, including hex and rgb.
Returns
\Kendo\Dataviz\UI\StockChartLegendInactiveItemsMarkers
Parameters
$value string
Example
<?php
$markers = new \Kendo\Dataviz\UI\StockChartLegendInactiveItemsMarkers();
$markers->color('value');
?>