Available for: Windows 8.1 | Windows Phone 8.1

How to Reverse RadBulletGraph Scale

RadBulletGraph allows you to render a reverse scale (right to left). This can be useful when the defined satisfactory area is close to the StartValue. To render a reverse scale, set the FlowDirection property to RightToLeft.

Another way to display such data is to change the StartValue and the current value of the FeaturedMeasure indicator.

<telerik:RadBulletGraph Orientation="Horizontal" FeaturedMeasureStartValue="0" EndValue="175" TickStep="25" LabelStep="25" LabelOffset="15" FeaturedMeasure="50" ComparativeMeasure="100"/>