This sample illustrates a stock chart with candle series and a momentum indicator. Period Selector shows the information about the stock chart range values.
In this example, you can see how to render and configure the Period Selector. Tooltip is enabled in this example, to see the tooltip in action, hover a point or tap on a point in touch enabled devices.
Injecting Module
Range Navigator component features are segregated into individual feature-wise modules. To use period selector,
PeriodSelector
module using RangeNavigator.Inject(PeriodSelector)
method.