This topic provides a conceptual overview of labels with the UltraRadialGauge™ control. It describes the properties of the labels and also provides an example of how to configure the labels.
The following topics are prerequisites to understanding this topic:
This topic contains the following sections:
The gauge labels are visual elements displaying numeric values at a specified interval on the scale.
The following image is a preview of the UltraRadialGauge control displaying labels.
The following table summarizes the UltraRadialGauge control’s label properties.
The following table summarizes the UltraRadialGauge control’s label related events.
The following screenshot illustrates how the UltraRadialGauge control renders with the label’s properties configured like this:
The following is the code for implementing this example
In C#:
var radialGauge = new UltraRadialGauge();
radialGauge.LabelExtent = 0.44;
radialGauge.LabelInterval = 15;
In Visual Basic:
Dim radialGauge As UltraRadialGauge = New UltraRadialGauge
radialGauge.LabelExtent = 0.44
radialGauge.LabelInterval = 15
The following table summarizes the UltraRadialGauge control’s title properties.
|Topic|Purpose
| Adding UltraRadialGauge |This topic explains using a code example how to add the UltraRadialGauge™ control to a Windows Forms application.
| Configuring the Background (UltraRadialGauge) |This topic provides a conceptual overview of the UltraRadialGauge™ control’s backing feature. It describes the properties of the backing area and provides an example of its implementation.
| Configuring Optical Scaling (UltraRadialGauge) |This topic provides a conceptual overview of labels with the UltraRadialGauge™ control. It describes the properties of the scaling and configure the settings.
| Configuring Needles (UltraRadialGauge) |This topic provides a conceptual overview of needles with the UltraRadialGauge™ control. It describes the properties of the needles and also provides an example of how to configure them.
| Configuring Ranges (UltraRadialGauge) |This topic provides a conceptual overview of the UltraRadialGauge™ control’s ranges. It describes the properties of the ranges and provides an example of how to add ranges to the radial gauge.
| Configuring the Scale (UltraRadialGauge) |This topic provides a conceptual overview of the UltraRadialGauge™ control’s scale. It describes the properties of the scale and also provides an example of how to implement it.
| Configuring the Tick Marks (UltraRadialGauge) |This topic provides a conceptual overview of tick marks with the UltraRadialGauge™ control. It describes the tick marks’ properties and provides an example of how to implement them.