public interface ICandleDataSet extends ILineScatterCandleRadarDataSet<CandleEntry>
| Modifier and Type | Method and Description |
|---|---|
float |
getBarSpace()
Returns the space that is left out on the left and right side of each
candle.
|
int |
getDecreasingColor()
Returns the decreasing color (for open > close).
|
android.graphics.Paint.Style |
getDecreasingPaintStyle()
Returns paint style when open > close
|
int |
getIncreasingColor()
Returns the increasing color (for open < close).
|
android.graphics.Paint.Style |
getIncreasingPaintStyle()
Returns paint style when open < close
|
int |
getNeutralColor()
Returns the neutral color (for 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.
|
boolean |
getShowCandleBar()
Returns whether the candle bars should show?
When false, only "ticks" will show
- default: true
|
getDashPathEffectHighlight, getHighlightLineWidth, isHorizontalHighlightIndicatorEnabled, isVerticalHighlightIndicatorEnabledgetHighLightColoraddEntry, addEntryOrdered, calcMinMax, calcMinMaxY, clear, contains, getAxisDependency, getColor, getColor, getColors, getEntriesForXValue, getEntryCount, getEntryForIndex, getEntryForXValue, getEntryForXValue, getEntryIndex, getEntryIndex, getForm, getFormLineDashEffect, getFormLineWidth, getFormSize, getGradientColor, getGradientColor, getGradientColors, getIconsOffset, getIndexInEntries, getLabel, getValueFormatter, getValueTextColor, getValueTextColor, getValueTextSize, getValueTypeface, getXMax, getXMin, getYMax, getYMin, isDrawIconsEnabled, isDrawValuesEnabled, isHighlightEnabled, isVisible, needsFormatter, removeEntry, removeEntry, removeEntryByXValue, removeFirst, removeLast, setAxisDependency, setDrawIcons, setDrawValues, setHighlightEnabled, setIconsOffset, setLabel, setValueFormatter, setValueTextColor, setValueTextColors, setValueTextSize, setValueTypeface, setVisiblefloat getBarSpace()
boolean getShowCandleBar()
float getShadowWidth()
int getShadowColor()
int getNeutralColor()
int getIncreasingColor()
int getDecreasingColor()
android.graphics.Paint.Style getIncreasingPaintStyle()
android.graphics.Paint.Style getDecreasingPaintStyle()
boolean getShadowColorSameAsCandle()