This sample illustrates a stock price for AAPL over a period. Period Selector shows the information about the stock values without range navigator.
In this example, you can see how to render and configure the period Selector with the financial chart. Tooltip is enabled in this example, to see the tooltip in action, while the selected range is changed.
Injecting Module
Range Navigator component features are segregated into individual feature-wise modules. To use period selector,
PeriodSelector
module using RangeNavigator.Inject(PeriodSelector)
method.