All docs
V21.1
24.1
The page you are viewing does not exist in version 24.1.
23.2
The page you are viewing does not exist in version 23.2.
23.1
The page you are viewing does not exist in version 23.1.
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
20.2
20.1
19.2
19.1
18.2
The page you are viewing does not exist in version 18.2.
18.1
The page you are viewing does not exist in version 18.1.
17.2
The page you are viewing does not exist in version 17.2.
A newer version of this page is available. Switch to the current version.

jQuery Common - Object Structures - PieChartLegendItem

An object that provides information about a legend item in the PieChart UI component.

Type:

Object

See Also

argument

The argument of the point(s) that the legend item represents.

Type:

String

|

Date

|

Number

argumentIndex

The zero-based index of the legend item used to identify the item among other legend items with the same argument.

Type:

Number

Legend items are indexed in the same order as in the data source.

marker

A legend item marker.

Type:

Object

DevExtreme legend item marker

points

An array of points that the legend item represents. Can contain more than one point only in a multi-series PieChart.

Type:

Array<Point>

text

The text that the legend item displays.

Type: any

visible

Indicates and specifies whether the legend item is visible.

Type:

Boolean