How to set custom tool tip fot a column chart? If I use this.UltraChart1.Tooltips.FormatString = "tooltip"; it sets the tool tip value to "tooltip" for all the bars/column. Each bar/column in the chart should have a different custom value for the tool tip. How to acheive this?
Check out the example at the bottom of this post:http://forums.infragistics.com/forums/p/8472/33827.aspx#33827Implementing IRenderLabel gives you the flexibility to specify any string as the tooltip based on the information in the label hashtable.