Browse By Tags

  • How can I manipulate dates in XamWebChart

    Hi,

    I have a xamWebChart for which I have set the Auto range as false and the unit is calculated and set to display only the starting and ending time along the x axis.

    Now when ever the user zooms into a part of the graph we want to show him/her the start…

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