LineChartStyle class

Contains various customization options for the LineChart.

Constructors

LineChartStyle({GridStyle gridStyle = const GridStyle(), AxisStyle axisStyle = const AxisStyle(), LineChartLineStyle lineStyle = const LineChartLineStyle(), LineChartLimitStyle limitStyle = const LineChartLimitStyle(), DropLineStyle dropLineStyle = const DropLineStyle(), LineChartPointStyle pointStyle = const LineChartPointStyle(), TooltipStyle tooltipStyle = const TooltipStyle()})
Constructs an instance of LineChartStyle.
const

Properties

axisStyle AxisStyle
Style of the axis lines.
finalinherited
dropLineStyle DropLineStyle
Style of the drop line.
finalinherited
gridStyle GridStyle
Style of the grid lines.
finalinherited
hashCode int
The hash code for this object.
no setter
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
tooltipStyle TooltipStyle
Style of the tooltip.
finalinherited

Methods

copyWith({GridStyle? gridStyle, AxisStyle? axisStyle, LineChartLineStyle? lineStyle, LineChartLimitStyle? limitStyle, DropLineStyle? dropLineStyle, LineChartPointStyle? pointStyle, TooltipStyle? tooltipStyle}) LineChartStyle
Creates a copy of the current object with new values specified in arguments.
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.