ConfigRenderLine class
- Inheritance
-
- Object
- ConfigRender
- ConfigRenderLine
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, bool showPointLabel = false, PointLabelDecorator? pointLabelDecorator}) -
const
Properties
- areaOpacity → double
-
Configures the opacity of the area skirt on the chart.
0 - 1final -
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
- pointLabelDecorator → PointLabelDecorator?
-
to decor label on plot point
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
- showPointLabel → bool
-
show label on plot point
final
- 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