Posts by C1_UpkarS

Offline Mapping with C1Maps for WPF

May 31, 2013 in WPF by C1_UpkarS

C1Maps(or any other mapping tool) uses the Internet to pull tiles from different urls. Map components are basically viewers and you can use them with any tile source. So, what… Read the rest Tags: , , ,

Group Legend Elements in C1Chart WPF

May 20, 2013 in WPF by C1_UpkarS

Grouping is one of the features which definitely makes data more readable/presentable to end users and also helps in quick analysis in some scenarios. This is yet another post which… Read the rest Tags: , , , ,

Unbound Image Column in C1FlexGrid

March 24, 2013 in LightSwitch by C1_UpkarS

Columns with images are pretty common and very useful.  Consider a very simple scenario where an image column represents the current status of an item in a grid. Say, we… Read the rest Tags: , ,

How To: Use Mouse Events on PlotElements with ChartPanel

February 6, 2013 in Silverlight, WPF by C1_UpkarS

ChartPanel makes C1Chart for Silverlight quite flexible and helps in laying several elements over chart view. This helps in implementing features like Mouse Markers. However, if one uses the ChartPanel for enabling… Read the rest Tags: , , ,

Drag Drop Rows Between Two C1FlexGrids

January 11, 2013 in Silverlight by C1_UpkarS

Drag-drop operations between two sources are very common. Silverlight suite from ComponentOne provides a pretty useful class C1DragDropManager which makes the drag/drop pretty easy to handle. You can easily configure the… Read the rest Tags: , ,