ChartSpec constructor
ChartSpec({
- String? altText,
- Color? backgroundColor,
- ColorStyle? backgroundColorStyle,
- BasicChartSpec? basicChart,
- BubbleChartSpec? bubbleChart,
- CandlestickChartSpec? candlestickChart,
- DataSourceChartProperties? dataSourceChartProperties,
- List<
FilterSpec> ? filterSpecs, - String? fontName,
- HistogramChartSpec? histogramChart,
- bool? maximized,
- OrgChartSpec? orgChart,
- PieChartSpec? pieChart,
- ScorecardChartSpec? scorecardChart,
- List<
SortSpec> ? sortSpecs, - String? subtitle,
- TextFormat? subtitleTextFormat,
- TextPosition? subtitleTextPosition,
- String? title,
- TextFormat? titleTextFormat,
- TextPosition? titleTextPosition,
- TreemapChartSpec? treemapChart,
- 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,
});