need help on line chart with WPF Programming Software Development by guilt99 … what im trying to do, i found several documentation on WPFtoolkit on MSDN, but it seems different from what im using… Re: INSERTING PLATE NUMBER Programming Software Development by Begginnerdev Alternately, if you are using WPF - You can download a [toolkit](http://wpftoolkit.codeplex.com/) that will allow you to create one using XAML. The article for declaring it can be found [here](http://wpftoolkit.codeplex.com/wikipage?title=MaskedTextBox&referringTitle=Home). Re: need help on line chart with WPF Programming Software Development by ddanbe Hi, guilt99! Welcome here! :) It is of little use to try to produce the most beautifull graph in the world, if you are not sure about the data! Unless you work in the advertising bussiness or something, where a flashy graph is often more important than the data. Re: need help on line chart with WPF Programming Software Development by guilt99 i am not trying to create anything flashy, any kind of graph will do as long as it shows the data, the problem i am facing now is that i dont know how to bind the data as the title of the coloumn (the months) is supposed to be dynamic... Re: need help on line chart with WPF Programming Software Development by ddanbe If you're using a control, than it must have some properties to set the X and Y data. Update these at runtime to be dynamic. If you do all the drawing yourself, than there should be even less problems.