This question is locked. New answers and comments are not allowed.
Hi I am using Radchart. I have enabled ToolTip's in it and customized the tooltip format as:
Here the "Ticker" is a data member in my collection.
But the chart is not showing the values for "Ticker" when the chart is in zoomed out position. Instead it is showing the static text "#Ticker". Although the values of Y axis point and X-Axis points is being shown correctly.
Any Pointers in this direction will be appreciated.
<telerik:LineSeriesDefinition ShowItemLabels="False" ShowPointMarks="False"<br>
EmptyPointBehavior="Gap" ShowItemToolTips="True"<br>
LegendDisplayMode="SeriesLabel" <br>
ItemToolTipFormat="Security: #Ticker, Return : #Y / Date: #X{dd-MMM-yyyy}"/>Here the "Ticker" is a data member in my collection.
But the chart is not showing the values for "Ticker" when the chart is in zoomed out position. Instead it is showing the static text "#Ticker". Although the values of Y axis point and X-Axis points is being shown correctly.
Any Pointers in this direction will be appreciated.