Resizing the columns of a bar chart will be practically done by adding to each one of the columns a graphical element that will allow the user to grab the columns of the chart with the mouse.
A canvas will be added to each of the columns contained by the chart for each series of the [...]
These days I needed in one of my applications to draw some dashed and dotted lines. After doing some research, I realized that there is no line style that would enable one to draw lines like this.
So I started implementing an algorithm that would draw a dashed/dotted line given two points. Drawing a dashed line [...]
I am going to show you how to customize the drag proxi and make visible only the name of one field when dragging a grid item to a canvases. Each canvas contains a label that will display the text of the dragged item.
When dragging an item from the DataGrid, no matter how many columns the [...]