CartesianAxisStyle class

Provides the Styling options for a Cartesian Axis.

Customization Options for Axis Lines, Ticks and Labels

Constructors

CartesianAxisStyle.new({double axisWidth = 2.0, Color axisColor = Colors.black45, AxisTickConfig tickConfig = const AxisTickConfig()})
Provides the Styling options for a Cartesian Axis.
const

Properties

axisColor Color
The Color of the Axis Lines
final
axisWidth double
The Width of the Axis Lines
final
hashCode int
The hash code for this object.
no setterinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
tickConfig AxisTickConfig
Configuration data for painting ticks on all axis.
final

Methods

copyWith({int? xBaseline, int? yBaseline, bool? showXAxisLabels, bool? showYAxisLabels, double? axisWidth, Color? axisColor, AxisTickConfig? tickConfig}) CartesianAxisStyle
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