ChartSpec constructor

ChartSpec({
  1. String? altText,
  2. Color? backgroundColor,
  3. ColorStyle? backgroundColorStyle,
  4. BasicChartSpec? basicChart,
  5. BubbleChartSpec? bubbleChart,
  6. CandlestickChartSpec? candlestickChart,
  7. DataSourceChartProperties? dataSourceChartProperties,
  8. List<FilterSpec>? filterSpecs,
  9. String? fontName,
  10. String? hiddenDimensionStrategy,
  11. HistogramChartSpec? histogramChart,
  12. bool? maximized,
  13. OrgChartSpec? orgChart,
  14. PieChartSpec? pieChart,
  15. ScorecardChartSpec? scorecardChart,
  16. List<SortSpec>? sortSpecs,
  17. String? subtitle,
  18. TextFormat? subtitleTextFormat,
  19. TextPosition? subtitleTextPosition,
  20. String? title,
  21. TextFormat? titleTextFormat,
  22. TextPosition? titleTextPosition,
  23. TreemapChartSpec? treemapChart,
  24. WaterfallChartSpec? waterfallChart,
})

Implementation

ChartSpec({
  this.altText,
  this.backgroundColor,
  this.backgroundColorStyle,
  this.basicChart,
  this.bubbleChart,
  this.candlestickChart,
  this.dataSourceChartProperties,
  this.filterSpecs,
  this.fontName,
  this.hiddenDimensionStrategy,
  this.histogramChart,
  this.maximized,
  this.orgChart,
  this.pieChart,
  this.scorecardChart,
  this.sortSpecs,
  this.subtitle,
  this.subtitleTextFormat,
  this.subtitleTextPosition,
  this.title,
  this.titleTextFormat,
  this.titleTextPosition,
  this.treemapChart,
  this.waterfallChart,
});