Last updated

API / geotoolkit / charts / LegendType / LegendType

Enumeration: LegendType

charts.LegendType.LegendType

Legend types

Table of contents

Enumeration Members

Contents

Enumeration Members

Color3d

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"

Default legend with items associated with data series (if many) or charts (if single)


Size5d

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"

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.