ConfigRenderBar class

Inheritance

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})

Properties

barGroupingType BarGroupingType
type group
default: BarGroupingType.grouped
final
barGroupInnerPaddingPx int
default: 2
final
fillPattern FillPattern
fill type
default: FillPattern.solid
final
hashCode int
The hash code for this object.
no setterinherited
maxBarWidthPx int?
maximum bar width
final
minBarLengthPx int
minimum bar length
default: 0
final
radius int
bar radius
default: 2
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackedBarPaddingPx int
padding between bar group stack
default: 1
be affected by strokeWidthPx
to show padding? stackedBarPaddingPx > strokeWidthPx && barGroupingType is BarGroupingType.stacked or BarGroupingType.groupedStacked
final
strokeWidthPx double
stroke or border width
default: 0.0\
final
weightPattern List<int>?
pattern weight bar
final

Methods

getRenderBarO(BarLabelDecorator? barLabelDecorator) → BarRendererConfig<String>
getRenderNumeric(String? renderId, BarLabelDecorator? barLabelDecorator) → SeriesRendererConfig<num>
getRenderOrdinal(String? renderId, BarLabelDecorator? barLabelDecorator) → SeriesRendererConfig<String>
getRenderTime(String? renderId, BarLabelDecorator? barLabelDecorator) → 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