Specifying settings for LED gauges

When using the Specify Gauge Settings dialog box to create and configure gauges, the settings on the Angular tab are used only when the gauge type is AngularGauge and control how these types of gauges display.

When modifying a gauge by script, use the GaugeSetProperty method or the GaugeGetProperty method to make these settings. Use the GaugeProperty enumeration.

This table lists the basic settings you can make on the LED tab. GaugeSetProperty and GaugeGetProperty property names are also listed.

LED tab Fields / Options Property name Description / Comments
LED Size LedSize Specify, in pixels, the thickness of the LED bars.
LED Gap LedGap Specify, in pixels, the thickness of the gap between the LED bars.
Use Same Fill Color UseSameFillColor When selected, all LED bars use the same color. The color is then determined by the color of the range in which the current value falls.

Otherwise, by default, the LED bars in each zone use the fill color specified for the range of values in which they fall. This assumes that you have divided the LED scale into color ranges.

Use Same Fill Back Color UseSameFillBgColor When selected, sets all non-activated (background) LEDs to the same color.

Otherwise, by default, the non-activated (background) LED bars take their fill color based on the color range.

For more information about these and other gauge properties, see the FusionCharts Developer help (www.fusioncharts.com/dev/).