Skip to content

Options🔗

Definition🔗

public class Options {
  public Boolean showThresholdLabels;
  public Boolean showThresholdMarkers;
  public BarGaugeSizing sizing;
  public Integer minVizWidth;
  public ReduceDataOptions reduceOptions;
  public VizTextDisplayOptions text;
  public Integer minVizHeight;
  public VizOrientation orientation;
}