Hi
How to set the tooltip for the XamDataChart with OlapXaxis.I am Binding the datasource to chart dynamically
Hello,
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Thanks for the Solution.Could you please provide solution to set the tooltip in rowwise right now able to set the columnwise.Even how to customise the legend w r t rowwise.
Thanks
Hi yejjalasomu,
I'd like to inform you that the requested feature will be available in the upcoming 12.1 SR.
Each item in the Series.ItemsSource is now of type OlapAxisCell with the following definition.
public class OlapAxisCell
{
public int RowIndex { get; set; }
public int ColumnIndex { get; set; }
public ICell Cell { get; set; }
public ITuple RowTuple { get; set; }
public ITuple ColumnTuple { get; set; }
}
You can check out the attach sample implementation.
Thanks,
The Properties needed for such ToolTip are not exposed for the moment in the OlapAxis, so until they became public you are not able to have this functionality.
Could you please provide an work around how to achieve the tooltip in row wise
After some Rowwise ToolTip has been determine as a new Product Idea. I have sent your Product Idea directly to our product management team. Our product team chooses new Product Ideas for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested ideas, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your idea is chosen for development, you will be notified at that time. Your reference number for this Product Idea is PI12040093
If you would like to follow up on your Product Idea at a later point, you may contact Developer Support management via email. Please include the reference number of your Product Idea in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com