UXPAppearanceJson constructor

UXPAppearanceJson(
  1. bool? showLegend,
  2. bool? showGrid,
  3. bool? showYAxis,
  4. bool? stackBars,
)

Implementation

UXPAppearanceJson(
  this.showLegend,
  this.showGrid,
  this.showYAxis,
  this.stackBars,
);