Hello,
Is there any way to display a threshold (Normal Range) similar to how they work in the sparkline charts to the Data Charts?
Thanks.
Thanks you for the sample! Is it possible to draw a line on a horizontal bar chart in order to show a limit/threshold?
Here is a FIDDLE: http://jsfiddle.net/ezanker/c7qxbun8/. It does not show the line series on the chart. If I change it to a bar type, then it shows...
Thanks
Thanks a lot Ivaylo!
It is possible to use custom series and update these as required, in order to have a custom threshold line. I am attaching two CodeSamples illustrating such approach. The samples differ a bit, as in the first case a threshold line is used and could be updated upon btn click. In the second sample this threshold is actually of type: "rangeArea". I believe these will help you implement the required functionality.
You could find the available Series Types at: http://help.infragistics.com/Help/Doc/jQuery/2014.2/CLR4.0/html/igDataChart_Series_Types.html