Browse By Tags

  • Re: XamDataChart Axis Visibility

    I have found out from our Engineering team that the AxisLabelSettings is not part of the logical tree in the current version of xamDataChart control. As result it does not inherit the DataContext that I set in my sample solution and this is why all three…
  • Re: XamDataChart Axis Visibility

    Hello Alexey,
    Properties of axes will update only if they are bound to properties of object that implements INotifyPropertyChanged interface and if the notifications about changes to these properties are sent using the OnPropertyChanged() method:
    public…