Example of Momentum in ASP.NET Core Chart Control
This sample illustrates a chart with candle series and a momentum indicator. The trackball shows information about each day’s stock, signal line and upper line values.
DEMO
SOURCE
In this example, you can see how to render and configure a momentum indicator. This indicator shows the speed at which the price of the stock is changing. It also identifies when the price is moving upwards or downwards.
Tooltip
is enabled in this example. To see the tooltip in action, hover a point or tap on a point in touch enabled devices.
More information about the momentum indicator can be found in this documentation section.