xaml - What is the best control to use for a single value bar graph (one value from 0 - 10)? -
i want know how can draw simple bar graph plots 1 value. going use canvas there specific graph control can used?
looks slider
control.
<slider horizontalalignment="left" verticalalignment="top" width="369" minimum="10" maximum="10" value="{binding yourpropertyhere, mode=oneway}" />
Comments
Post a Comment