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.
Converts some type A to a category marker.
Converts some type A to a category marker.
Converts some type A to a marker.
Converts some type A to a marker.
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.
Contains default ToCategoryMarker instances.
Contains default ToCategoryMarker instances.
Contains default ToMarker instances.
Contains default ToMarker instances.
MarkerConversions contains type class based conversions from certain types to
Markerinstances.chart.plot.domain.markers += 1All numeric types and numeric ranges are supported to create simple value markers:
There is also an additional conversion type class for the domain of CategoryCharts you can use for
CategoryMarkers, which support arbitraryComparables likeString:chart.plot.domain.markers += "category"The legacy JFreeChart classes can still be used directly: