ChartScales<T extends TickOptions> constructor
ChartScales<T extends TickOptions> ({
- String type,
- bool display,
- String position,
- GridLineOptions gridLines,
- ScaleTitleOptions scaleLabel,
- TickOptions ticks,
- List<
ChartXAxe> xAxes, - List<
ChartYAxe> yAxes,
Implementation
external factory ChartScales(
{String /*'category'|'linear'|'logarithmic'|'time'|'radialLinear'|String*/ type,
bool display,
String /*'left'|'right'|'top'|'bottom'|String*/ position,
GridLineOptions gridLines,
ScaleTitleOptions scaleLabel,
TickOptions ticks,
List<ChartXAxe> xAxes,
List<ChartYAxe> yAxes});