AxisConfig class
Constructors
-
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}) -
const
- AxisConfig.copyFrom(AxisConfig config)
Properties
- color → Color?
-
final
- decimalNumberConfig → dynamic
-
final
- excludeZeroFromDefaultNumbers → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- includeNumbers → bool?
-
final
- includeTicks → bool?
-
final
- includeTip → bool?
-
final
- labelDirection → Vector3?
-
final
- leftmostTick → double?
-
final
- lineToNumberBuff → double?
-
final
- longTickMultiple → double?
-
final
- numberAtCenter → double?
-
final
- numberScaleVal → double?
-
final
- numbersToShow → dynamic
-
final
-
numbersWithElongatedTicks
→ List<
double> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strokeWidth → double?
-
final
- tickFrequency → double?
-
final
- tickSize → double?
-
final
- tipHeight → double?
-
final
- tipWidth → double?
-
final
- unitSize → double?
-
final
Methods
-
copy(
) → AxisConfig -
merge(
AxisConfig other) → AxisConfig -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited