Hello,
Can anyone help me out to develop sparkline which uses column series ?
Please provide me code snippet to develop sparkline view.
Thanks..
In the documentation there is a code sample showing how to hook up a sparkline view to data
http://help.infragistics.com/iOS/2013.2/?page=IGSparklineView_Adding_Sparkline_Chart_View.html
The only step it might leave out is setting the .displayType of the IGSparklineView to IGSparklineDisplayTypeColumn, but Column is the default value so you wouldn't really need to set it.
http://help.infragistics.com/iOS/2013.2/?page=IGSparklineView_Display_Types.html
Hello Darrell,
The demo is working perfectly.
But my question is can i set x-axis and y-axis in sparkline series as we have in column series in IGCategoryDataSourceHelper ?
Because my ultimate goal is, i want to display column series which have two values. i.g. +ve, and -ve with different colour.
Please give me some suggestion.
Thank you so much Darrell