Options available for the legend.

Referenced by: ClassBreaks Renderer, ColorInfo Visual Variable, Dot Density Renderer, Flow Renderer, Heatmap Renderer, Pie Chart Renderer, RotationInfo Visual Variable, SizeInfo Visual Variable, TransparencyInfo Visual Variable, UniqueValue Renderer

Properties

PropertyDetails
dotLabelThe text that should be displayed in the legend for each dot. This will display next to the number 1. If not present, it will be a localized string for the word ‘Dot’. Only applicable to dot density renderers.
maxLabelText in the legend that describes the hottest (most dense) part of the heatmap. Only applicable to Heatmap renderers. If not specified, then a localized label, for ‘High’ will display on the legend.
minLabelText in the legend that describes the coldest (least dense) part of the heatmap. Only applicable to Heatmap renderers. If not specified, then a localized label, for ‘Low’ will display on the legend.
orderIndicates the order in which the legend is displayed.
Valid values:
  • ascendingValues
  • descendingValues
showLegendIndicates whether to show the color/size/opacity ramp in the legend. This property is not available directly under uniqueValueRenderer and/or classBreaksRenderer.
titleThe title of the legend.
unitIndicates the unit of the data being visualized in a dotDensity renderer. This will display next to the dot value in the title of the legend.