| Interface | Description |
|---|---|
| Chart<P> |
The top level interface to the Morpheus Chart abstraction API which can be implemented against various underlying libraries.
|
| ChartFactory |
The factory interface for creating various types of Charts using the Morpheus Charting API
|
| ChartFormat |
An interface to control value formatting on a chart
|
| ChartLabel |
An interface to control the content and appearance of a label on a chart
|
| ChartLegend |
An interface to control the legend visibility and location on the chart
|
| ChartOptions |
An interface that allows for control of various additional options for a Chart.
|
| ChartShape.Provider |
An interface to an entity that provides shapes for different keys
|
| ChartTextStyle |
An interface to control text styling for any text that can appear on a chart.
|
| ChartTheme |
An interface to set the thematic appearance of a chart.
|
| Class | Description |
|---|---|
| ChartFactoryProxy |
A ChartFactory that delegates all calls to some underlying factory that is implemented against a specific charting framework.
|
| ChartOptions.Default |
A default implementation of the ChartOptions
|
| ChartShape.DefaultProvider |
The default shape provider
|
| Enum | Description |
|---|---|
| ChartShape |
An enum that defines various shapes that can be used to represent points on a chart
|
| Exception | Description |
|---|---|
| ChartException |
Exception description here...
|
Copyright 2014-2017, Xavier Witdouck