ChartGridSettingsAxis class

A collection of values for settings of the selected axis.

Constructors

ChartGridSettingsAxis({required Color color, required double frequency, required double max, required double min, double thickness = 1.0})
const

Properties

color Color
The color of grid in the axis.
final
frequency double
The frequency line of grid in the axis.
final
hashCode int
The hash code for this object.
no setterinherited
max double
The max of the value grid in the axis.
final
min double
The min of the value grid in the axis.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thickness double
The thickness line of grid in the axis.
final

Methods

generate() ChartGridData
Generate all items of grid in the axis.
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