| Class | Description |
|---|---|
| BinaryStableTicksAxis |
An implementation of
StableTicksAxis that divide up large numbers by powers of 2 and apply binary unit prefixes |
| MetricStableTicksAxis |
An implementation of
StableTicksAxis that divide up large numbers by powers of 10 and apply metric unit prefixes |
| ProfiledStackedAreaChart<X,Y> |
A
StackedAreaChart that logs the execution time of the layoutPlotChildren method |
| StableTicksAxis |
The StableTicksAxis places tick marks at consistent (axis value rather than graphical) locations.
|
| XYChartCrosshair<X,Y> |
Draws a crosshair on top of an
XYChart and handles selection of a portion of the chart view. |
| XYChartSelection<X,Y> |
An immutable representation of the selection of the portion of a chart.
|
| ZonedDateTimeAxis |
An axis that displays date and time values.
|
Copyright © 2018 Frederic Thevenet. All rights reserved.