Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
UltraChart Axis labels not refreshed until entering/leaving chart
posted

Hi,

I've created a UserControl with an UltraChart within. I use custom axis labels, but they are not refreshed to the calculated values until I hover inside the chart and leave it. The chart property LabelHash already have the correct values before displaying it, but until I do the enter/leave action, labels are displaying the default values.
I've tried to Refresh or Invalidate the chart, and also tried to programatically simulate the enter/leave action or trigger OnMouseEnter/OnMouseLeave events.

Is there any way to programatically force the refreshing of the Axis Labels?

Thanks in advance.