RadiusAxis constructor
const
RadiusAxis({
- Align2 nameLocation = Align2.end,
- num offsetAngle = 0,
- num nameRotate = 0,
- StyleFun2<
double, dynamic, AreaStyle> ? itemStyleFun, - StyleFun2<
int, int, LineStyle> ? axisStyleFun, - LineStyle? tipLineStyle = const LineStyle(color: Colors.black54, dash: [2, 6]),
- bool show = true,
- String name = '',
- num nameGap = 15,
- Align2 nameAlign = Align2.end,
- LabelStyle nameStyle = const LabelStyle(),
- AxisType type = AxisType.value,
- num min = 0,
- num? max,
- int splitNumber = 5,
- bool start0 = false,
- num logBase = 10,
- num? interval,
- num? maxInterval,
- num minInterval = 0,
- bool inverse = false,
- List<
String> categoryList = const [], - Pair<
DateTime> ? timeRange, - TimeSplitType timeSplitType = TimeSplitType.day,
- bool silent = false,
- AxisLine axisLine = const AxisLine(),
- FormatterFun<
num> ? formatFun,
Implementation
const RadiusAxis({
this.nameLocation = Align2.end,
this.offsetAngle = 0,
this.nameRotate = 0,
this.itemStyleFun,
this.axisStyleFun,
this.tipLineStyle=const LineStyle(color: Colors.black54,dash: [2,6]),
super.show,
super.name,
super.nameGap = 15,
super.nameAlign,
super.nameStyle,
super.type = AxisType.value,
super.min,
super.max,
super.splitNumber,
super.start0,
super.logBase,
super.interval,
super.maxInterval,
super.minInterval,
super.inverse,
super.categoryList,
super.timeRange,
super.timeSplitType,
super.silent,
super.axisLine,
super.formatFun,
});