Is it possible to bind the data to the bullet chart from the datasource?
Thanks,
Naresh
Hello Naresh,
The bulletGraph currently takes a single value through thevalueoption, therefore it is currently not possible for it to be bound to a whole datasource. The value however can of course come from a datasource.
Please let me know if you need more information.
Thanks a lot for your quick response.
Could you please show me an example how to assign the value from the datasource
Thank you for your reply.
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.
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,
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.
Please feel free to contact me if you have any further questions regarding this matter.
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