ParallelAxis constructor
const
ParallelAxis({
- int parallelIndex = 0,
- bool realTime = true,
- Align2 nameAlign = Align2.end,
- LabelStyle nameStyle = const LabelStyle(),
- num nameGap = 3,
- 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,
- 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 ParallelAxis({
this.parallelIndex = 0,
this.realTime = true,
super.nameAlign,
super.nameStyle,
super.nameGap,
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.inverse,
super.categoryList,
super.timeRange,
super.timeSplitType,
super.silent,
super.axisLine,
super.formatFun,
});