New to KendoReactStart a free 30-day trial

LegendLabels

Interface

The appearance configuration for the legend labels.

Definition

Package:@progress/kendo-react-charts

Properties

color?

string

The color of the legend label text. Accepts a valid CSS color configuration string, including hex and rgb.

A function used to generate the content of each label.

Parameters:eLegendLabelsContentArgsReturns:

string

font?

string

The font of the legend label text. Accepts a valid CSS font configuration string.

margin?

number | Margin

The margin of the labels. A numeric value sets all margins.

The padding of the labels. A numeric value sets all paddings.