Here is my code for binding a dictionary item to a Chart control. I keep getting the following error:
In my wpf application, I am using extended wpftoolkit BusyIndicator, problem is the isbusy property cannot be updated from the viewmodel, how to i update it from the viewmodel or other process.
I have a following situation. There is one line chart which can display 10 lines at a time. Each line contain 355 data points. User can turn each of the line on and off by selecting/deselecting data
I have a WPF TabControl, with some TabItems.I want margins on the left and right of the TabItems group, if that makes sense.
In the AutoCompleteBox I choose \"AAAA\" witch is the name of the first person in my Personscollection.
How to group data of Listview when data are bind from SQL Database I used Collection View Source for that but it
Does anybody know how to turn off the datapoints for a noraml LineSeries in a WPFToolkit chart?I find them to be very annoying, and not useful to my purposes, but I can\'t find a simple property or an
I have a DataTable that is populated at the cell level with the following type: public class GridC开发者_如何学Goell
I\'m trying to validate the selected date in a datetime picker control and setting it to today\'s date if the date selected is > Datetime.Today.The issue I\'m facing is that I\'m not able to set the S
I am usingwpftoolkit from wpf.codeplex.com . While binding a data table(through linq object list) there is a collumn that contains a reference of another table content as a foreign key. So, generally,