XYAxis constructor
XYAxis({
- String? id,
- AxisType? type,
- String? name,
- String? position,
- bool? inverse,
- dynamic boundaryGap,
- dynamic min,
- dynamic max,
- bool? scale,
- int? splitNumber,
- int? minInterval,
- int? interval,
- int? maxInterval,
- double? logBase,
- bool? silent,
- bool? triggerEvent,
- AxisLine? axisLine,
- AxisTick? axisTick,
- AxisLabel? axisLabel,
- SplitLine? splitLine,
- SplitArea? splitArea,
- List? data,
- XAxisPointer? axisPointer,
- String nameColor = 'rgba(0, 0, 0, 0.1)',
- double nameSize = 12,
- double fontSize = 10,
- String color = 'rgba(0, 0, 0, 0.1)',
- bool? show,
- Function? formatter,
- int? precision,
Implementation
XYAxis({
this.id,
this.type,
this.name,
this.position,
this.inverse,
this.boundaryGap,
this.min,
this.max,
this.scale,
this.splitNumber,
this.minInterval,
this.interval,
this.maxInterval,
this.logBase,
this.silent,
this.triggerEvent,
this.axisLine,
this.axisTick,
this.axisLabel,
this.splitLine,
this.splitArea,
this.data,
this.axisPointer,
this.nameColor = 'rgba(0, 0, 0, 0.1)',
this.nameSize = 12,
this.fontSize = 10,
this.color = 'rgba(0, 0, 0, 0.1)',
this.show,
this.formatter,
this.precision,
});