MinorTickLines class

This class has the properties of minor tick lines.

To render minor grid lines, create an instance of MinorTickLines, and assign it to the minorTickLines property of ChartAxis. The Minor tick lines can be drawn for each axis on the plot area.

Provides the color option to change the color of the tick line for the customization.

Annotations

Constructors

MinorTickLines({double size = 3, double width = 0.7, Color? color})
Creating an argument constructor of MinorTickLines class.
const

Properties

color Color?
Color of the minor tick lines.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double
Height of the minor tick lines.
final
width double
Width of the minor tick 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