public interface ICandleDataSet extends ILineScatterCandleRadarDataSet<CandleEntry>
| Modifier and Type | Method and Description |
|---|---|
float |
getBodySpace()
Returns the space that is left out on the left and right side of each
candle.
|
int |
getDecreasingColor()
Returns the decreasing color.
|
android.graphics.Paint.Style |
getDecreasingPaintStyle()
Returns paint style when open > close
|
int |
getIncreasingColor()
Returns the increasing color.
|
android.graphics.Paint.Style |
getIncreasingPaintStyle()
Returns paint style when open <= close
|
int |
getShadowColor()
Returns shadow color for all entries
|
boolean |
getShadowColorSameAsCandle()
Is the shadow color same as the candle color?
|
float |
getShadowWidth()
Returns the width of the candle-shadow-line in pixels.
|
getDashPathEffectHighlight, getHighlightLineWidth, isHorizontalHighlightIndicatorEnabled, isVerticalHighlightIndicatorEnabledgetHighLightColoraddEntry, addEntryOrdered, calcMinMax, clear, contains, getAxisDependency, getColor, getColor, getColors, getEntryCount, getEntryForIndex, getEntryForXIndex, getEntryForXIndex, getEntryIndex, getEntryIndex, getIndexInEntries, getLabel, getValueFormatter, getValueTextColor, getValueTextColor, getValueTextSize, getValueTypeface, getYMax, getYMin, getYValForXIndex, isDrawValuesEnabled, isHighlightEnabled, isVisible, removeEntry, removeEntry, removeFirst, removeLast, setAxisDependency, setDrawValues, setHighlightEnabled, setLabel, setValueFormatter, setValueTextColor, setValueTextColors, setValueTextSize, setValueTypeface, setVisiblefloat getBodySpace()
float getShadowWidth()
int getShadowColor()
int getDecreasingColor()
int getIncreasingColor()
android.graphics.Paint.Style getDecreasingPaintStyle()
android.graphics.Paint.Style getIncreasingPaintStyle()
boolean getShadowColorSameAsCandle()