i have an ultrachart with a numeircseries, i want it to be able to show only part of the value labels on the x axis, i know the smart feature should be working for it but i only see examples with other table types and it seems not to work for mine.
any idea of how to make it work with serieses?
Hello Meir,
Your approach is one possible solution, but maybe the easer approach could be using TickMarks. Please take a look on that forum thread (and more concrete the video file) http://ko.infragistics.com/community/forums/p/85373/425991.aspx#425991 for more details and if you have any questions, feel free to write me
Regards
solved it by implementing IRenderLabel and adding it to ultraChart1.LabelHash
you use the renderer to set the decision over the displayed fields in the x axis.if u need more assistance let me know