LineChartStyle class

Contains various customization options for the LineChart.

Constructors

LineChartStyle({LineChartGridStyle gridStyle = const LineChartGridStyle(), LineChartAxisStyle axisStyle = const LineChartAxisStyle(), LineChartLineStyle lineStyle = const LineChartLineStyle(), LineChartLimitStyle limitStyle = const LineChartLimitStyle(), LineChartPointStyle pointStyle = const LineChartPointStyle()})
Constructs an instance of LineChartStyle.
const

Properties

axisStyle LineChartAxisStyle
Style of the axis lines.
final
gridStyle LineChartGridStyle
Style of the grid lines.
final
hashCode int
The hash code for this object.
no setteroverride
limitStyle LineChartLimitStyle
Style of the limit label and label dashed line.
final
lineStyle LineChartLineStyle
Style of the line.
final
pointStyle LineChartPointStyle
Style of the point.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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