Is it possible to bind the data to the bullet chart from the datasource?
Thanks,
Naresh
Oh yes the problem i need to find. Your article provides useful information that i am looking for. I will often visit this site.
wingsio
Hello Naresh,
Please feel free to contact me if you have any further questions regarding this matter.
Thank you for your reply.
The height of individual ranges cannot be controlled directly, however the outerEndExtent and outerStartExtent options allow for controlling how ranges are rendered. An example is available at:
https://www.igniteui.com/bullet-graph/range-settings
Similarly for labels, while they cannot be configured per range, various customization options exist:
https://www.igniteui.com/bullet-graph/scale-labeling-settings
You may also be interested in reviewing the available rangeTooltipTemplate:
https://www.igniteui.com/help/api/2014.1/ui.igbulletgraph
Hope this helps. Feel free to contact me if you need more information.
Hi Peter,
1) Is it possible to control the height of the each individual range?
2) Is it possible to Label the each individual range?
Thanks and Regards,
There is an example in our sample browser which you may find useful:
https://www.igniteui.com/bullet-graph/overview
This sample shows how to instantiate a chart in each of a grid column's rows - the chart's value is calculated based on the respective row field's value.
The same approach may be used with a standalone chart, the value in this case would be equal to something like data[0].FieldName.
Hope this helps.