How do you specify the value that designates if the value is a win or a loss. For example if my value is > 10, then its a win, else its a loss....how do I set that boundary of 10?
Hello,
I am glad you find an answer for your asking. Just for reference, I am adding a couple of details, so other community members could also benefit from this thread:
API documentation displayType:http://help.infragistics.com/jQuery/2014.1/ui.igsparkline#options:displayType
A table containing the supported igSparkline chart types. http://help.infragistics.com/Doc/jQuery/Current/CLR4.0?page=igSparkline_Overview.html
Nevermind. I see now that with winLoss every value is either max positive or max negative, no in between.