| Interface | Description |
|---|---|
| ValueRepresentationStrategy |
Defines contract for a custom strategy to map chart data to human-readable values.
|
| Class | Description |
|---|---|
| TextWrapper |
Is introduced just for performance optimization - it's necessary to measure visual dimensions
a lot during graph drawing and rescaling, hence, we want to avoid creating unnecessary objects.
|