| Interface | Description |
|---|---|
| IOptionsProcessor |
Interface for processing
Options before they are renderer. |
| Class | Description |
|---|---|
| FeatureCheckingOptionsProcessor |
This
IOptionsProcessor checks if the Options object contains
certain features that may not be supported by all interpreters and throws an
exception if a feature is not supported. |
| IdGeneratorProcessor |
This
IOptionsProcessor assigns a unique ID to all Series,
Axis and Points that are contained in an Options
object. |
| OptionsProcessorContext |
A context object that holds some context variables that may be needed by
IOptionsProcessors. |
| Enum | Description |
|---|---|
| Feature |
Enumeration of the Wicked Charts features that go beyond merely creating JSON
output for Highcharts to evaluate.
|
| Exception | Description |
|---|---|
| UnsupportedFeatureException |
This exception is thrown when a Wicked Charts interpreter finds an option it
does not support.
|
Copyright © 2016. All rights reserved.