ChartXAxe constructor
ChartXAxe({
- String type,
- bool display,
- String id,
- bool stacked,
- String position,
- TickOptions ticks,
- GridLineOptions gridLines,
- num barThickness,
- ScaleTitleOptions scaleLabel,
- num categoryPercentage,
- num barPercentage,
- TimeScale time,
Implementation
external factory ChartXAxe(
{String /*'category'|'linear'|'logarithmic'|'time'|'radialLinear'|String*/ type,
bool display,
String id,
bool stacked,
String position,
TickOptions ticks,
GridLineOptions gridLines,
num barThickness,
ScaleTitleOptions scaleLabel,
num categoryPercentage,
num barPercentage,
TimeScale time});