MinorGridLines class
Customizes the minor grid lines.
To render minor grid lines, create an instance of MinorGridLines, and assign it to the property of ChartAxis. The Minor grid lines can be drawn for each axis on the plot area.
Provides the options of width, color, and dashArray values to customize the appearance.
Constructors
-
MinorGridLines({double width = 0.5, Color? color, List<
double> ? dashArray}) -
Creating an argument constructor of MinorGridLines class.
const
Properties
- color → Color?
-
Color of the minor grid lines.
final
-
dashArray
→ List<
double> ? -
Any number of values can be provided in the list. Odd value is considered
as rendering size and even value is considered as a gap.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width → double
-
Width of the minor grid lines.
final
Methods
-
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.
override