Describes the behavior of ArcadiaCharts in case of a unrecoverable error.
This behavior can be specified on any layer which involved in the chart
creation, from input to rendering.
If the behavior is set to STRICT, an exception is thrown in case of
an unrecoverable error and the chart creation is aborted. This leads to a
chart in an undefined state and may cause severe problems if displayed
anyway. If the behavior is set to RELAXED, ArcadiaCharts tries to
finish the creation of a chart and keeps the chart in a consistent state.
Example
var strictBehavior = ac.FailureBehavior.STRICT;
Summary
Literal detail
RELAXED
STRICT