Uses of Class
org.patternfly.chart.LegendData
Packages that use LegendData
Package
Description
Provides PatternFly chart implementations for building data visualizations in Java.
Provides the PatternFly bullet chart component for comparing a primary measure against qualitative ranges and markers.
-
Uses of LegendData in org.patternfly.chart
Fields in org.patternfly.chart with type parameters of type LegendDataMethods in org.patternfly.chart with parameters of type LegendData -
Uses of LegendData in org.patternfly.chart.bullet
Fields in org.patternfly.chart.bullet with type parameters of type LegendDataModifier and TypeFieldDescriptionBulletElement.comparativeErrorMeasureLegendDataBulletElement.comparativeWarningMeasureLegendDataBulletElement.primaryDotMeasureLegendDataBulletElement.primarySegmentedMeasureLegendDataBulletElement.qualitativeRangeLegendDataMethods in org.patternfly.chart.bullet with parameters of type LegendDataModifier and TypeMethodDescriptionBullet.comparativeErrorMeasureLegendData(LegendData... data) Bullet.comparativeWarningMeasureLegendData(LegendData... data) Bullet.primaryDotMeasureLegendData(LegendData... data) Bullet.primarySegmentedMeasureLegendData(LegendData... data) Bullet.qualitativeRangeLegendData(LegendData... data)