Browse By Tags

  • 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…