ILineDataSet 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
getCircleColor(int index) Color
Returns the color at the given index of the DataSet's circle-color array. Performs a IndexOutOfBounds check by modulus.
getCircleColorCount() int
Returns the number of colors in this DataSet's circle-color array.
getCircleHoleColor() Color
Returns the color of the inner circle (the circle-hole).
getCircleHoleRadius() double?
Returns the hole radius of the drawn circles.
getCircleRadius() double?
Returns the size of the drawn circles.
getColor1() Color
inherited
getColor2(int index) Color
inherited
getColors() List<Color>?
inherited
getCubicIntensity() double
Returns the intensity of the cubic lines (the effect intensity). Max = 1f = very cubic, Min = 0.05f = low cubic effect, Default: 0.2f
getDashPathEffect() DashPathEffect?
Returns the DashPathEffect that is used for drawing the lines.
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
getFillAlpha() int
Returns the drawable used for filling the area below the line.
inherited
getFillColor() Color
Returns the color that is used for filling the line surface area.
inherited
getFillFormatter() IFillFormatter
Returns the IFillFormatter that is set for this DataSet.
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
getLineWidth() double?
Returns the stroke-width of the drawn line
inherited
getMode() Mode
Returns the drawing mode for this line 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
isDashedLineEnabled() bool
Returns true if the dashed-line effect is enabled, false if not. If the DashPathEffect object is null, also return false here.
isDrawCircleHoleEnabled() bool
Returns true if drawing the circle-holes is enabled, false if not.
isDrawCirclesEnabled() bool
Returns true if drawing circles for this DataSet is enabled, false if not
isDrawCubicEnabled() bool
isDrawFilledEnabled() bool
Returns true if filled drawing is enabled, false if not
inherited
isDrawIconsEnabled() bool
inherited
isDrawSteppedEnabled() bool
isDrawValuesEnabled() bool
inherited
isGradientEnabled() 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
setDrawFilled(bool enabled) → void
Set to true if the DataSet should be drawn filled (surface), and not just as a line, disabling this will give great performance boost. Please note that this method uses the canvas.clipPath(...) method for drawing the filled area. For devices with API level < 18 (Android 4.3), hardware acceleration of the chart should be turned off. Default: false
inherited
setDrawIcons(bool enabled) → void
inherited
setDrawValues(bool enabled) → void
inherited
setGradientFilled(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