AxisConfig constructor
const
AxisConfig({
- Color? color,
- double? unitSize,
- bool? includeTicks,
- double? tickSize,
- double? tickFrequency,
- double? leftmostTick,
- List<
double> ? numbersWithElongatedTicks, - bool? includeNumbers,
- dynamic numbersToShow,
- double? longTickMultiple,
- double? numberAtCenter,
- double? numberScaleVal,
- Vector3? labelDirection,
- double? lineToNumberBuff,
- bool? includeTip,
- double? tipWidth,
- double? tipHeight,
- dynamic decimalNumberConfig,
- bool? excludeZeroFromDefaultNumbers,
- double? strokeWidth,
Implementation
const AxisConfig({
this.color,
this.unitSize,
this.includeTicks,
this.tickSize,
this.tickFrequency,
this.leftmostTick,
this.numbersWithElongatedTicks,
this.includeNumbers,
this.numbersToShow,
this.longTickMultiple,
this.numberAtCenter,
this.numberScaleVal,
this.labelDirection,
this.lineToNumberBuff,
this.includeTip,
this.tipWidth,
this.tipHeight,
this.decimalNumberConfig,
this.excludeZeroFromDefaultNumbers,
this.strokeWidth,
});