Example of Plot Band in ASP.NET Core StockChart Control
This sample visualizes stock chart with plot band on y axis.
DEMO
SOURCE
In this example, you can see how to highlight a particular range in stock chart. Period and range selector help us to navigate different of data. AreaSeries is used to represent selected data value.
Stock Chart provides support to 6 types of Trendlines namely Linear
, Exponential
, Logarithmic
, Polynomial
, Power
, Moving Average
. By using trendline dropdown button, the required trendline type can be added or removed.