\Kendo\Dataviz\UI\SparklineSeriesItemConnectors

A PHP class representing the connectors setting of SparklineSeriesItem.

Methods

color

The color of the connector line.

Returns

\Kendo\Dataviz\UI\SparklineSeriesItemConnectors

Parameters

$value string

Example

<?php
$connectors = new \Kendo\Dataviz\UI\SparklineSeriesItemConnectors();
$connectors->color('value');
?>

padding

The padding between the connector line and the label, and connector line and pie chart.

Returns

\Kendo\Dataviz\UI\SparklineSeriesItemConnectors

Parameters

$value float

Example

<?php
$connectors = new \Kendo\Dataviz\UI\SparklineSeriesItemConnectors();
$connectors->padding(1);
?>

width

The width of the connector line.

Returns

\Kendo\Dataviz\UI\SparklineSeriesItemConnectors

Parameters

$value float

Example

<?php
$connectors = new \Kendo\Dataviz\UI\SparklineSeriesItemConnectors();
$connectors->width(1);
?>
In this article
Not finding the help you need?