Uses of Class
org.aesh.charts.common.Marker
Packages that use Marker
-
Uses of Marker in org.aesh.charts.common
Methods in org.aesh.charts.common that return MarkerModifier and TypeMethodDescriptionstatic MarkerMarker.at(double x, double y) Create a marker at the given data coordinates.static MarkerMarker.atTime(long epochMillis, double value) Create a marker at a timestamp and value (for time series charts).Set the ANSI color for the marker symbol and label.Set the label shown near the marker point.Marker.symbol(char symbol) Set the symbol character rendered at the marker position. -
Uses of Marker in org.aesh.charts.linechart
Methods in org.aesh.charts.linechart with parameters of type Marker