This is a migrated thread and some comments may be shown as answers.

RadialScale.IsLogarithmic property

1 Answer 43 Views
Gauge
This is a migrated thread and some comments may be shown as answers.
Alex Troto
Top achievements
Rank 1
Alex Troto asked on 29 May 2013, 10:19 AM
Hi,
I'm trying to change Gauge RadialScale.IsLogarithmic property to true.
But it seems this property it's missing !
I have the latest version of Silverlight package,2013.1 403.
Thank you,
Alex Troto

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 29 May 2013, 01:21 PM
Hi Alex,

The existing RadialScale control does not have IsLogarithmic property at all. If you need gauge with logarithmic scale then you should use the Distribution property of the RadialScale. You can find more details here:

http://www.telerik.com/help/silverlight/radgauge-features-linear-and-radial-scales-basics.html#Logarithmic_Scale

For example:

<telerik:RadRadialGauge>
    <telerik:RadialScale Min="1" Max="100">
        <telerik:RadialScale.Distribution>
            <telerik:ClassicLogarithmicDistribution />
        </telerik:RadialScale.Distribution>
    </telerik:RadialScale>
</telerik:RadRadialGauge>


Regards,
Andrey Murzov
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Gauge
Asked by
Alex Troto
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or