In this example, you can see how to inverse the axis in range navigator. Here both the X and Y axis are inversed using isInversed
property.
Tooltip is enabled in this example, to see the tooltip in action, while the selected range is changed.
Injecting Module
The range navigator component features are segregated into individual feature-wise modules. To use area series, inject the
AreaSeries
module using the
RangeNavigator.Inject(AreaSeries)
method.