Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > Gauges > is it possible to change the scale range programmatically using VB

Not answered is it possible to change the scale range programmatically using VB

Feed from this thread
  • Posted on Apr 27, 2011 (permalink)

    <telerik:RadialScale Name="radialScale" Min="0" Max="12" MajorTicks="12">
                        <telerik:IndicatorList>

    For example the user should enter the numbers in

    Min = 0

    Max =400

    MajiorTick=4

     

    I dnt want them to be fixed throw the XML, so is it possible to make it using VB by creating a property and bind it or such a thing?

     

    Thanks in advance


    Reply

  • Andrey Andrey admin's avatar

    Posted on Apr 29, 2011 (permalink)

    Hello Anoop,

    Similar to any other WPF controls you can use the properties of the radial scale from code using the name of the control set from XAML:

    Me.radialScale.Min = 0
    Me.radialScale.Max = 400
    Me.radialScale.MajorTicks = 4

    I hope this helps.

    Best wishes,
    Andrey Murzov
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > Gauges > is it possible to change the scale range programmatically using VB
Related resources for "is it possible to change the scale range programmatically using VB"

WPF Gauge Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]