API / geotoolkit / charts / LegendType / LegendType
charts.LegendType.LegendType
Legend types
Enumeration Members
• Color3d = "color3d"
Color3d legend with items divided by the values of the 3rd (color) data series. The number of items for each chart is determined by the bins value provided.
• Default = "default"
Default legend with items associated with data series (if many) or charts (if single)
• Size5d = "size5d"
Size5d is CrossPlot legend with items divided by the values of the 5th (size) data series. The number of items for each chart is determined by the bins value provided.
• Symbol4d = "symbol4d"
Symbol4d is CrossPlot legend with items divided by the values of the 4th (symbol) data series. The number of items for each chart is determined by the amount of different symbol painters provided.