Interface CategoryDataProvider

All Superinterfaces:
AbstractDataProvider<String>, ComponentPart, ComponentProperty
All Known Implementing Classes:
CategoryData

public interface CategoryDataProvider extends AbstractDataProvider<String>
Category data is typically non-numeric kind of (string) data that can be used in many charts like in the X-axis of a BarChart. It is also used when data/item labels are required, for example: PieChart.
Author:
Syam