GaugeProperties Class
Assembly: Qlik.Sense.Client.dll
Gauge visualization
Inheritance
- 
      System.Object
      
- 
          AbstractStructure
          
- 
              GenericObjectProperties
              
- 
                  VisualizationBaseProperties
                  
- GaugeProperties
 
 
 - 
                  VisualizationBaseProperties
                  
 
 - 
              GenericObjectProperties
              
 
 - 
          AbstractStructure
          
 
Syntax
public class GaugeProperties : VisualizationBaseProperties, IDisposable, IGaugeProperties, IVisualizationBaseProperties, IGenericObjectProperties, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| GaugeProperties() | 
           Creates an instance of the GaugeProperties class  | 
      
Properties
| Name | Description | 
|---|---|
| Angle | 
           Angle. JSON property name: angle  | 
      
| AutoOrientation | 
           Automatically set orientation. JSON property name: autoOrientation  | 
      
| Color | 
           JSON property name: color  | 
      
| DisclaimerClosed | 
           Disclaimer closed. Set to true to not show a disclaimer on gauge objects. JSON property name: disclaimerClosed  | 
      
| Gaugetype | 
           Visual representation of the gauge. JSON property name: gaugetype  | 
      
| HyperCubeDef | 
           The hypercube used by most visualizations JSON property name: qHyperCubeDef  | 
      
| MaxSegments | 
           Max number of color segments. JSON property name: maxSegments  | 
      
| MeasureAxis | 
           JSON property name: measureAxis  | 
      
| Orientation | 
           Orientation. Depends on autoOrientation. JSON property name: orientation  | 
      
| PaletteProgressColor | 
           Color information structure. Holds actual color and index in palette. JSON property name: paletteProgressColor  | 
      
| ProgressColor | 
           DEPRECATED: Use paletteProgressColor instead. JSON property name: progressColor  | 
      
| RefLine | 
           JSON property name: refLine  | 
      
| SegmentInfo | 
           Segment settings. JSON property name: segmentInfo  | 
      
| UseSegments | 
           Use color segments. JSON property name: useSegments  | 
      
| ValueMode | 
           Show absolute values or relative values. JSON property name: valueMode  |