Uses of Interface
de.gsi.chart.legend.Legend
-
Packages that use Legend Package Description de.gsi.chart de.gsi.chart.legend.spi -
-
Uses of Legend in de.gsi.chart
Methods in de.gsi.chart that return Legend Modifier and Type Method Description LegendChart. getLegend()Methods in de.gsi.chart that return types with arguments of type Legend Modifier and Type Method Description javafx.beans.property.ObjectProperty<Legend>Chart. legendProperty()Methods in de.gsi.chart with parameters of type Legend Modifier and Type Method Description voidChart. setLegend(Legend value) -
Uses of Legend in de.gsi.chart.legend.spi
Classes in de.gsi.chart.legend.spi that implement Legend Modifier and Type Class Description classDefaultLegendA chart legend that displays a list of items with symbols in a box
-