Function alias for creating item labels for category charts.
Function alias for creating item labels for category charts.
Function alias for creating tooltips for category charts.
Function alias for creating tooltips for category charts.
Function alias for creating item labels for pie charts.
Function alias for creating item labels for pie charts.
Function alias for creating tooltips for pie charts.
Function alias for creating tooltips for pie charts.
Function alias for creating item labels for xy charts.
Function alias for creating item labels for xy charts.
Function alias for creating tooltips for xy charts.
Function alias for creating tooltips for xy charts.
Label generator factory for category charts.
Label generator factory for category charts.
Label generator factory for pie charts.
Label generator factory for pie charts.
Label generator factory for xy charts.
Label generator factory for xy charts.
LabelGenerators contains means to conveniently create label generators for all supported chart types.
Labels for Category Charts
CategoryLabelGenerators contains factories for creating label generators for category charts.
chart.labelGenerator = CategoryLabelGenerator(value => value.toString)Labels for Pie-like Charts
PieLabelGenerators contains factories for creating label generators for pie charts.
chart.labelGenerator = PieLabelGenerator(value => value.toString)Labels for XY Charts
XYLabelGenerators contains factories for creating label generators for xy charts.
chart.labelGenerator = XYLabelGenerator(value => value.toString)