Hi,
In XamDataChart, i tried to bind the properties of AxisLabelSettings with DependencyProperty. But it is working. I hardcoded its working fine. Could you please tell me any ways where i can bind it and able to change dynamically?
Thanks
Hello,
I am just checking if you require any further assistance on the matter.
The axis label settings will not have the same DataContext as the chart because there is nothing to bridge that inheritance. Could you provide a sample of the xaml you are trying to use? You may need to get the values to the AxisLabelSettings through a static resource, which should be accessible regardless of the DataContext.
-Graham