IScatterDataSet 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(Entry e) bool
inherited
addEntryByIndex(int index, Entry e) bool
inherited
addEntryOrdered(Entry e) → void
inherited
calcMinMax() → void
inherited
calcMinMaxY(double fromX, double toX) → void
inherited
clear() → void
inherited
contains(Entry entry) bool
inherited
getAxisDependency() AxisDependency
inherited
getColor1() Color
inherited
getColor2(int index) Color
inherited
getColors() List<Color>?
inherited
getDashPathEffectHighlight() DashPathEffect?
Returns the DashPathEffect that is used for highlighting. @return
inherited
getEntriesForXValue(double xValue) List<Entry>
inherited
getEntryCount() int
inherited
getEntryForIndex(int? index) Entry?
inherited
getEntryForXValue1(double xValue, double closestToY, Rounding rounding) Entry?
inherited
getEntryForXValue2(double xValue, double closestToY) Entry?
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.
inherited
getHighlightLineWidth() double?
Returns the line-width in which highlight lines are to be drawn. @return
inherited
getIconsOffset() MPPointF
inherited
getIndexInEntries(int xIndex) int
inherited
getLabel() String
inherited
getScatterShapeHoleColor() Color
Returns the color for the hole in the shape
getScatterShapeHoleRadius() double
Returns radius of the hole in the shape
getScatterShapeSize() double
Returns the currently set scatter shape size
getShapeRenderer() IShapeRenderer?
Returns the IShapeRenderer responsible for rendering this DataSet.
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
isHorizontalHighlightIndicatorEnabled() bool
Returns true if vertical highlight indicator lines are enabled (drawn) @return
inherited
isVerticalHighlightIndicatorEnabled() bool
Returns true if vertical highlight indicator lines are enabled (drawn) @return
inherited
isVisible() bool
inherited
needsFormatter() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEntry1(Entry? 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, Entry e) bool
inherited

Operators

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