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?

enter image description here

looks slider control.

<slider horizontalalignment="left"         verticalalignment="top" width="369" minimum="10" maximum="10"          value="{binding yourpropertyhere, mode=oneway}"         /> 

Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -