Version

Multi Stop Radial Gradient Brush Element

If you want more than two colors to blend into each other in a circular fashion on the properties of your gauge, set the brush type to MultiStopRadialGradient. When you select the MultiStopRadialGradient brush element, you can specify more than two colors, the offset for each color, and the center point and focus scales. You can apply the Multi-Stop Radial Gradient brush element to the properties of your gauge using:

The following screen shot shows a Radial gauge with the Dial’s BrushElement property set to the following MultiStopRadialGradient brush element settings:

  • ColorStop 1: Offset = 0, Color = Black

  • ColorStop 2: Offset = 0.264, Color = Color.FromArgb(186, 0, 0)

  • ColorStop 3: Offset = 1, Color = Color.FromArgb(254, 127, 0)

  • Focus scale — 0, 0

  • Center point — 75, 25

  • Center point measure = Percent

Wingauge's radial gauge multi stop radial gradient brush element applied.