ZoomCharts Documentation

ZoomCharts.Configuration.PieChartSettingsLegend

Inheritance hierarchy

This type inherits from BaseSettingsLegend.

Methods

This type does not define any methods.

Properties

Inherited from: BaseSettingsLegend

Advanced settings which may change in the future.

enabled: boolean
Inherited from: BaseSettingsLegend

Show/hide chart legend.

equalizeRowsColumns: boolean
Inherited from: BaseSettingsLegend

Whether to order entries to get possibly equal number of items into columns or rows. If false, once the row or column is full of entries, the next element will be first in the new row or column/rows.

height: number
Inherited from: BaseSettingsLegend

Maximum height of the legend. If null, all available vertical space of chart will be consumed to set as much entries as possible. It coincides with the chart height if legend panel side is on a left or right.

Inherited from: BaseSettingsLegend
Introduced in version 1.14.0.

Settings related to the user interaction with the legend.

lineSpacing: number
Inherited from: BaseSettingsLegend

Vertical space between the lines of text.

margin: number
Inherited from: BaseSettingsLegend

Margin around each legend entry.

Inherited from: BaseSettingsLegend

Visual element of legend entry with appropriate style to a slice color it corresponds. The content of each legend marker is the same as info popup appearing while hovering on slice.

maxLineSymbols: number
Inherited from: BaseSettingsLegend

Max number of symbols used in one line of text that applies to any legend entry.

minHeight: number
Inherited from: BaseSettingsLegend

Minium height of the legend.

minWidth: number
Inherited from: BaseSettingsLegend

Minium width of the legend.

numberOfColumns: number
Inherited from: BaseSettingsLegend

Max number of columns. Use in conjunction with side parameter under the legend panel should be right or left in order to arrange entries by columns.

numberOfRows: number
Inherited from: BaseSettingsLegend

Max number of rows. Use in conjunction with side parameter under the legend panel that should be set as bottom or top in order to arrange entries by rows.

padding: number
Inherited from: BaseSettingsLegend

Padding around each entry text and marker.

Inherited from: BaseSettingsLegend

Legend enclosing panel settings.

shouldForceWrapLongText: boolean
Inherited from: BaseSettingsLegend

Whether to automatically wrap legend text if any word is too long to fit in the legend entry

shouldHideLongText: boolean
Inherited from: BaseSettingsLegend

Whether to hide legend text that is too long to fit in an entry

showOthers: boolean
Introduced in version 1.14.0.

Specifies if the Others and Previous slices should be shown in the legend.

Inherited from: BaseSettingsLegend

Text settings displaying in legend entries.

width: number
Inherited from: BaseSettingsLegend

Maximum width of the legend. If null, all available horizontal space of chart will be consumed to set as much entries as possible. It coincides with the chart width if legend panel side is on a top or bottom.

X