CombinedDataProvider 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

getAxis(AxisDependency dependency) YAxis?
inherited
getBarData() BarData?
inherited
getBubbleData() BubbleData?
inherited
getCandleData() CandleData?
inherited
getCenter(Size size) MPPointF
inherited
getCenterOffsets() MPPointF
inherited
getCombinedData() CombinedData?
getData() BarLineScatterCandleBubbleData<IBarLineScatterCandleBubbleDataSet<Entry>>?
inherited
getDefaultValueFormatter() ValueFormatter
inherited
getHighestVisibleX() double
inherited
getLineData() LineData?
inherited
getLowestVisibleX() double
inherited
getMaxHighlightDistance() double?
Returns the maximum distance in scren dp a touch can be away from an entry to cause it to get highlighted.
inherited
getMaxVisibleCount() int
inherited
getScatterData() ScatterData?
inherited
getTransformer(AxisDependency axis) Transformer?
inherited
getYChartMax() double?
Returns the maximum y value of the chart, regardless of zoom or translation.
inherited
getYChartMin() double?
Returns the minimum y value of the chart, regardless of zoom or translation.
inherited
isDrawBarShadowEnabled() bool
inherited
isDrawValueAboveBarEnabled() bool
inherited
isHighlightFullBarEnabled() bool
inherited
isInverted(AxisDependency axis) bool
inherited
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