AngleAxis constructor
const
AngleAxis({
- num offsetAngle = 0,
- num sweepAngle = 360,
- num radiusOffset = 0,
- bool clockwise = true,
- AxisPointer axisPointer = const AxisPointer(),
- LineStyle? subAxisStyle = const LineStyle(color: Colors.black45),
- LineStyle? tipLineStyle = const LineStyle(color: Colors.black54, dash: [2, 6]),
- bool show = true,
- String name = '',
- 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,
- List<
String> categoryList = const [], - Pair<
DateTime> ? timeRange, - TimeSplitType timeSplitType = TimeSplitType.day,
- bool silent = false,
- AxisLine axisLine = const AxisLine(),
- FormatterFun<
num> ? formatFun, - Align2 nameAlign = Align2.end,
- num nameGap = 3,
- LabelStyle nameStyle = const LabelStyle(),
Implementation
const AngleAxis({
this.offsetAngle = 0,
this.sweepAngle = 360,
this.radiusOffset = 0,
this.clockwise = true,
this.axisPointer = const AxisPointer(),
this.subAxisStyle = const LineStyle(color: Colors.black45),
this.tipLineStyle = const LineStyle(color: Colors.black54, dash: [2, 6]),
super.show,
super.name,
super.type = AxisType.value,
super.min,
super.max,
super.splitNumber,
super.start0,
super.logBase,
super.interval,
super.maxInterval,
super.minInterval,
super.categoryList,
super.timeRange,
super.timeSplitType,
super.silent,
super.axisLine,
super.formatFun,
super.nameAlign,
super.nameGap,
super.nameStyle,
}) : super(inverse: false);