Telerik Forums
UI for WinForms Forum
1 answer
175 views
Is it possible? It is always solid white for me, and cannot find out a way to chage it. Thank you.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 15 Mar 2022
3 answers
133 views

Hello Telerik,

I'm looking to reproduce one of the gauge of Yahoo finance (see objectiv.jpg) but I'm stuck with my prototype (see actual.jpg) and the following questions !

 

- How to change the text of labels ?

- How to customize the rendering of the needleIndicator and its label ? (In my prototype I can't put the label above the NeedleIndicator with TextOffsetIndicator because it go outside the border of the control and is not drawn)

 

Thank you for your support

Marco Guignard

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 07 Apr 2021
8 answers
351 views
hello sir , im using your telerik library . sir we  are using the radial gauge but i want to use my real time data to move the needle of the gauge , can u please help me out how we can do the programming .
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 23 Oct 2019
3 answers
178 views

This has to be the stupidest question I have ever asked...

..but how to set the value of a RadRadialGauge?

It works OK for me on most of the RadRadialGauge styles available, but on this one, I can't set the value.

( don't know how to describe the option, so I included a screen shot.)

I'm just using the same code as with the other options:

  Private Sub redrawGauge()
...
        With RadRadialGauge1

         .RangeStart = 0
        .RangeEnd = 3
         .Value = 1
        End With

    End Sub

What could possibly go wrong?

I can even query he .value property, and it reads-back correctly. What it doesn't do is show visually. It just stays at the maximum value.

What am I doing wrong please?

 

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Jan 2019
2 answers
196 views

how do I remove the excessive white space around the  gauge controls?

In the attached image all  want is a thin gauge representing a battery but the control is huge,  and cant be sized smaller.

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 17 Sep 2018
3 answers
107 views

I am trying to set the color of the bar , when a value goes below a certain amount. I have tried the below, but none of them change the color of the bar from Green to red. :

      barBat.BackColor = Color.Yellow
                        barBat.GaugeElement.BackColor = Color.Yellow
                        barBat.GaugeElement.BackColor2 = Color.Yellow
                        barBat.GaugeElement.BackColor3 = Color.Yellow
                        barBat.GaugeElement.BackColor4 = Color.Yellow

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 03 Sep 2018
0 answers
79 views

How can change the aspect of linear bar like picture bellow? I don't want it to be a straight line,like in default.

 

Reptilianus
Top achievements
Rank 1
 asked on 28 Jun 2018
1 answer
94 views
How can change range of a label, if I have a RadLinearGauge with RangeStart=0 and EndRange=85 and Count=2,but I don't want to my label to be segmented like:0,42.5,85 . I want particular range of labels,but how?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Jun 2018
4 answers
268 views

Hello,

I need help.

I'm using a radBulletGraph.

Set BackColor1 and 2 of bulletGraphQualitativeBar1 to different colors, BrushType is gradient, GradientStyle is linear.

Gradient is from top to bottom, I want left to right, or right to left. What can I do?

 

Kind regards

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Mar 2018
1 answer
134 views

I cannot seem to get the AnimatedPropertySetting to work with a radRadialGauge. We have this code to update the gauge from serial data approx every 5 seconds (via delegate):

public void DisplayTempChart(float temperature)  

 {             

//radialGaugeNeedle1.Value = temperature;   <----- when this is uncommented, the needle responds correctly         

AnimatedPropertySetting setting = new AnimatedPropertySetting(                 <----- this property setting never works, the needle is never updated

    RadRadialGaugeElement.ValueProperty,                 

     this.radRadialGauge1.Value,                  

     temperature,                 

     12,                 
     40);              

setting.ApplyEasingType = RadEasingType.OutBounce;              

setting.ApplyValue(radRadialGauge1.GaugeElement);         

}

 

Any help is appreciated!

Dimitar
Telerik team
 answered on 07 Jun 2017
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
DropDownList
Buttons, RadioButton, CheckBox, etc
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
ApplicationMenu
RangeSelector
CardView
WebCam
Barcode
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
Localization
TimePicker
ButtonTextBox
FontDropDownList
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?