IBarDataSet mixin

Implemented types
Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addEntry(BarEntry e) bool
inherited
addEntryByIndex(int index, BarEntry e) bool
inherited
addEntryOrdered(BarEntry e) → void
inherited
calcMinMax() → void
inherited
calcMinMaxY(double fromX, double toX) → void
inherited
clear() → void
inherited
contains(BarEntry entry) bool
inherited
getAxisDependency() AxisDependency
inherited
getBarBorderColor() Color
Returns the color drawing borders around the bars.
getBarBorderWidth() double
Returns the width used for drawing borders around the bars. If borderWidth == 0, no border will be drawn.
getBarShadowColor() Color
Returns the color used for drawing the bar-shadows. The bar shadows is a surface behind the bar that indicates the maximum value.
getColor1() Color
inherited
getColor2(int index) Color
inherited
getColors() List<Color>?
inherited
getEntriesForXValue(double xValue) List<BarEntry>
inherited
getEntryCount() int
inherited
getEntryForIndex(int? index) BarEntry?
inherited
getEntryForXValue1(double xValue, double closestToY, Rounding rounding) BarEntry?
inherited
getEntryForXValue2(double xValue, double closestToY) BarEntry?
inherited
getEntryIndex1(double xValue, double closestToY, Rounding rounding) int
inherited
getEntryIndex2(BarEntry e) int
inherited
getForm() LegendForm
inherited
getFormLineDashEffect() DashPathEffect?
inherited
getFormLineWidth() double
inherited
getFormSize() double
inherited
getGradientColor1() GradientColor?
inherited
getGradientColor2(int index) GradientColor
inherited
getGradientColors() List<GradientColor>?
inherited
getHighLightAlpha() int
Returns the alpha value (transparency) that is used for drawing the highlight indicator.
getHighLightColor() Color
Returns the color that is used for drawing the highlight indicators.
inherited
getIconsOffset() MPPointF
inherited
getIndexInEntries(int xIndex) int
inherited
getLabel() String
inherited
getStackLabels() List<String>
Returns the labels used for the different value-stacks in the legend. This is only relevant for stacked bar entries.
getStackSize() int
Returns the maximum number of bars that can be stacked upon another in this DataSet. This should return 1 for non stacked bars, and > 1 for stacked bars.
getValueFormatter() ValueFormatter?
inherited
getValueTextColor1() Color
inherited
getValueTextColor2(int index) Color
inherited
getValueTextSize() double?
inherited
getValueTypeface() TypeFace?
inherited
getXMax() double
inherited
getXMin() double
inherited
getYMax() double
inherited
getYMin() double
inherited
isDrawIconsEnabled() bool
inherited
isDrawValuesEnabled() bool
inherited
isHighlightEnabled() bool
inherited
isStacked() bool
Returns true if this DataSet is stacked (stacksize > 1) or not.
isVisible() bool
inherited
needsFormatter() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEntry1(BarEntry? e) bool
inherited
removeEntry2(int index) bool
inherited
removeEntryByXValue(double xValue) bool
inherited
removeFirst() bool
inherited
removeLast() bool
inherited
setAxisDependency(AxisDependency dependency) → void
inherited
setDrawIcons(bool enabled) → void
inherited
setDrawValues(bool enabled) → void
inherited
setHighlightEnabled(bool enabled) → void
inherited
setIconsOffset(MPPointF offset) → void
inherited
setLabel(String label) → void
inherited
setValueFormatter(ValueFormatter f) → void
inherited
setValueTextColor(Color color) → void
inherited
setValueTextColors(List<Color> colors) → void
inherited
setValueTextSize(double size) → void
inherited
setValueTypeface(TypeFace ts) → void
inherited
setVisible(bool visible) → void
inherited
toString() String
A string representation of this object.
inherited
updateEntryByIndex(int index, BarEntry e) bool
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited