When a gauge chart is created with the @GAUGE macro, this macro enables/disables the high-quality gauge drawing engine. The @GAUGE macro creates a gauge for each row in a data set and a gauge needle for each column in a data set. @GAUGE_STYLE draws a single needle for the first value in a column and data markers to represent other values in a column. Use @GAUGE_MULTIPLE_NEEDLES to modify the default setting.
SYNTAX:
@GAUGE_STYLE bEnable
PARAMETERS:
bEnable; 0=Use standard gauge drawing engine. 1=Use High-Quality Gauge Drawing Engine.
EXAMPLE: @GAUGE_STYLE.WID
@GAUGE 1 @GAUGE_STYLE 0
@GAUGE_STYLE 1
ALSO SEE:
- @GAUGE_BORDER_STYLE to change the style of the gauge border
- @GAUGE_BORDER_THICKNESS to change the width of the gauge border
- @GAUGE_MULTIPLE_NEEDLES to draw a single needle or multiple needles
- @GAUGE_NEEDLE_STYLE to change the gauge needle style
- @GAUGE_RANGE to define gauge band colors
- @GCOLOR can be used to change the color of the gauge face, gauge border, and needle base
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List