BarLineScatterCandleBubbleDataSet<T extends Entry> class abstract

Inheritance
Implemented types
Implementers

Constructors

BarLineScatterCandleBubbleDataSet(List<T> yVals, String label)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<T>?
no setterinherited
xMax double
no getterinherited
xMin double
no getterinherited
yMax double
no getterinherited
yMin double
no getterinherited

Methods

addColor(Color color) → void
Adds a color to the colors array of the DataSet.
inherited
addEntry(T? e) bool
inherited
addEntryByIndex(int index, T? e) bool
inherited
addEntryOrdered(T? e) → void
inherited
calcMinMax() → void
inherited
calcMinMax1(T? e) → void
Updates the min and max x and y value of this DataSet based on the given Entry.
inherited
calcMinMaxX1(T e) → void
inherited
calcMinMaxY(double fromX, double toX) → void
inherited
calcMinMaxY1(T e) → void
inherited
clear() → void
inherited
contains(T e) bool
inherited
copy(BaseDataSet<Entry> baseDataSet) → void
override
copy1() DataSet<T>
Provides an exact copy of the DataSet this method is used on.
inherited
copy2(DataSet<Entry> dataSet) → void
@param dataSet
inherited
getAxisDependency() AxisDependency
inherited
getColor1() Color
inherited
getColor2(int index) Color
inherited
getColors() List<Color>?
###### COLOR GETTING RELATED METHODS #####
inherited
getEntriesForXValue(double? xValue) List<T>
inherited
getEntryCount() int
inherited
getEntryForIndex(int? index) → T?
inherited
getEntryForXValue1(double? xValue, double? closestToY, Rounding rounding) → T?
inherited
getEntryForXValue2(double? xValue, double? closestToY) → T?
inherited
getEntryIndex1(double? xValue, double? closestToY, Rounding rounding) int
inherited
getEntryIndex2(Entry? 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
getHighLightColor() Color
Returns the color that is used for drawing the highlight indicators.
override
getIconsOffset() MPPointF
inherited
getIndexInEntries(int xIndex) int
###### DATA RELATED METHODS ######
inherited
getLabel() String
inherited
getValueColors() List<Color>?
inherited
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
isVisible() bool
inherited
needsFormatter() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyDataSetChanged() → void
Use this method to tell the data set that the underlying data has changed.
inherited
removeEntry1(T? e) bool
inherited
removeEntry2(int index) bool
inherited
removeEntryByXValue(double xValue) bool
inherited
removeFirst() bool
inherited
removeLast() bool
inherited
resetColors() → void
Resets all colors of this DataSet and recreates the colors array.
inherited
setAxisDependency(AxisDependency dependency) → void
inherited
setColor1(Color color) → void
Sets the one and ONLY color that should be used for this DataSet. Internally, this recreates the colors array and adds the specified color.
inherited
setColor2(Color color, int alpha) → void
Sets a color with a specific alpha value.
inherited
setColor3(Color color, int alpha) → void
inherited
setColors1(List<Color> colors) → void
Sets the colors that should be used fore this DataSet. Colors are reused as soon as the number of Entries the DataSet represents is higher than the size of the colors array. If you are using colors from the resources, make sure that the colors are already prepared (by calling getResources().getColor(...)) before adding them to the DataSet.
inherited
setColors2(List<Color> colors, int alpha) → void
Sets colors with a specific alpha value.
inherited
setDrawIcons(bool enabled) → void
inherited
setDrawValues(bool enabled) → void
inherited
setForm(LegendForm form) → void
inherited
setFormLineDashEffect(DashPathEffect dashPathEffect) → void
inherited
setFormLineWidth(double formLineWidth) → void
inherited
setFormSize(double formSize) → void
inherited
setGradientColor(Color startColor, Color endColor) → void
Sets the start and end color for gradient color, ONLY color that should be used for this DataSet.
inherited
setGradientColors(List<GradientColor> gradientColors) → void
Sets the start and end color for gradient colors, ONLY color that should be used for this DataSet.
inherited
setHighLightColor(Color color) → void
Sets the color that is used for drawing the highlight indicators. Dont forget to resolve the color using getResources().getColor(...) or Color.rgb(...).
setHighlightEnabled(bool enabled) → void
inherited
setIconsOffset(MPPointF offsetDp) → void
inherited
setLabel(String label) → void
###### OTHER STYLING RELATED METHODS #####
inherited
setValueFormatter(ValueFormatter? f) → void
inherited
setValues(List<T> values) → void
Sets the array of entries that this DataSet represents, and calls notifyDataSetChanged()
inherited
setValueTextColor(Color color) → void
inherited
setValueTextColors(List<Color> colors) → void
inherited
setValueTextSize(double size) → void
inherited
setValueTypeface(TypeFace tf) → void
inherited
setVisible(bool visible) → void
inherited
toSimpleString() String
Returns a simple string representation of the DataSet with the type and the number of Entries.
inherited
toString() String
A string representation of this object.
override
updateEntryByIndex(int index, T? e) bool
inherited

Operators

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