ConfigRenderBar class
- Inheritance
-
- Object
- ConfigRender
- ConfigRenderBar
Constructors
-
ConfigRenderBar({int barGroupInnerPaddingPx = 2, FillPattern fillPattern = FillPattern.solid, int radius = 2, BarGroupingType barGroupingType = BarGroupingType.grouped, int? maxBarWidthPx, int minBarLengthPx = 0, int stackedBarPaddingPx = 1, double strokeWidthPx = 0.0, List<
int> ? weightPattern, bool showBarLabel = false, BarLabelDecorator? barLabelDecorator}) -
const
Properties
- barGroupingType → BarGroupingType
-
type group
default: BarGroupingType.groupedfinal - barGroupInnerPaddingPx → int
-
default: 2
final
- barLabelDecorator → BarLabelDecorator?
-
to decor label on bar item
final
- fillPattern → FillPattern
-
fill type
default: FillPattern.solidfinal - hashCode → int
-
The hash code for this object.
no setterinherited
- maxBarWidthPx → int?
-
maximum bar width
final
- minBarLengthPx → int
-
minimum bar length
default: 0final - radius → int
-
bar radius
default: 2final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showBarLabel → bool
-
show label on bar item
final
- stackedBarPaddingPx → int
-
padding between bar group stack
default: 1
be affected bystrokeWidthPx
to show padding?stackedBarPaddingPx
>strokeWidthPx
&&barGroupingType
isBarGroupingType.stacked
orBarGroupingType.groupedStacked
final - strokeWidthPx → double
-
stroke or border width
default: 0.0\final -
weightPattern
→ List<
int> ? -
pattern weight bar
final
Methods
-
getRenderBarO(
) → BarRendererConfig< String> -
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