ConfigRenderLine class

Inheritance

Constructors

ConfigRenderLine({double radiusPx = 3.5, double strokeWidthPx = 2.0, List<int>? dashPattern, bool includeLine = true, bool includePoints = false, bool includeArea = false, double areaOpacity = 0.1, bool roundEndCaps = false})

Properties

areaOpacity double
Configures the opacity of the area skirt on the chart.
0 - 1
final
dashPattern List<int>?
Dash pattern for the line.
final
hashCode int
The hash code for this object.
no setterinherited
includeArea bool
Configures whether an area skirt representing the data will be drawn.
final
includeLine bool
Configures whether a line representing the data will be drawn.
final
includePoints bool
Configures whether points representing the data will be drawn.
final
radiusPx double
Radius of points on the line, if includePoints is enabled.
final
roundEndCaps bool
Whether lines should have round end caps, or square if false.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeWidthPx double
Stroke width of the line.
final

Methods

getRenderLineN() → LineRendererConfig<num>
getRenderNumeric(String? renderId) → SeriesRendererConfig<num>
getRenderOrdinal(String? renderId) → SeriesRendererConfig<String>
getRenderTime(String? renderId) → SeriesRendererConfig<DateTime>
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