Version

Search Results

Creating a Linear Gauge in Design View

Creating a Linear Gauge in Design View You can use Linear gauges to visually represent information that increases/decreases (e.g., temperature). To add a Linear gauge to the WinGauge control: In Design view, click the UltraGauge control on your form. In the Properties window, click the Gauges property. Then, click...

Creating a Linear Gauge Using Code

Creating a Linear Gauge Using Code This tutorial walks you through the process of creating a Linear gauge using code. At the end of this walkthrough, you will have created a Linear gauge with a bar marker. To create a Linear gauge using code: Before you start writing any code, you should place using/Imports direct...

Creating a Linear Gauge Using the Gauge Presets

Creating a Linear Gauge Using the Gauge Presets Before You Begin Creating Linear gauges with the Gauge Designer simplifies the process of creating Linear gauges as you can use predefined presets. What You Will Accomplish Using the Gauge Designer to create Linear gauges will help you create visually appealing and p...

Creating a Linear Gauge Using the Gauge Presets2

Creating a Linear Gauge Using the Gauge Presets2 Before You Begin Creating Linear gauges with the Gauge Designer simplifies the process of creating Linear gauges as you can use predefined presets. What You Will Accomplish Using the Gauge Designer to create Linear gauges will help you create visually appealing and ...

Creating a Radial Gauge in Design View

Creating a Radial Gauge in Design View This topic shows you how to add a Radial Gauge to WinGauge. In Design view, click the UltraGauge control on your form. In the Properties window, click the Gauges property. Then, click the ellipsis (…) button to open the Gauges collection editor. In the Gauges collection edito...

Creating a Radial Gauge Using Code

Creating a Radial Gauge Using Code This tutorial walks you through the process of creating a Radial gauge using code. At the end of this walkthrough, you will have created a Radial gauge with a needle marker. To create a Radial gauge using code: Before you start writing any code, you should place using/Imports dir...

Creating a Radial Gauge Using the Gauge Presets

Creating a Radial Gauge Using the Gauge Presets Before You Begin Creating a Radial gauge using the Gauge Designer allows you to use predefined presets, therefore eliminating a lot of the work required to create Radial gauges. What You Will Accomplish Using the Gauge Designer to create Radial gauges will help you c...

Creating a Radial Gauge Using the Gauge Presets2

Creating a Radial Gauge Using the Gauge Presets2 Before You Begin Creating a Radial gauge using the Gauge Designer allows you to use predefined presets, therefore eliminating a lot of the work required to create Radial gauges. What You Will Accomplish Using the Gauge Designer to create Radial gauges will help you ...

Deploying WinGauge

Deploying WinGauge When deploying a .NET application, you must distribute certain files in addition to your executable. If your application contains one or more Infragistics elements, you will have to distribute or deploy one or more Infragistics assembly files as part of your application. This topic outlines the ...

Designer Added to WinGauge

Designer Added to WinGauge Starting in the 2007 Volume 2 release a Designer will be available in WinGauge™. The designer consists of a gallery of Linear, Digital, and Radial gauges, ranging from basic to complex designs. The designer allows you to choose a predefined gauge and add it to your gauge control. As well...