public interface IBarDataSet extends IBarLineScatterCandleBubbleDataSet<BarEntry>
| Modifier and Type | Method and Description |
|---|---|
int |
getBarBorderColor()
Returns the color drawing borders around the bars.
|
float |
getBarBorderWidth()
Returns the width used for drawing borders around the bars.
|
int |
getBarShadowColor()
Returns the color used for drawing the bar-shadows.
|
int |
getHighLightAlpha()
Returns the alpha value (transparency) that is used for drawing the
highlight indicator.
|
java.lang.String[] |
getStackLabels()
Returns the labels used for the different value-stacks in the legend.
|
int |
getStackSize()
Returns the maximum number of bars that can be stacked upon another in
this DataSet.
|
boolean |
isStacked()
Returns true if this DataSet is stacked (stacksize > 1) or not.
|
getHighLightColoraddEntry, 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, setVisibleboolean isStacked()
int getStackSize()
int getBarShadowColor()
float getBarBorderWidth()
int getBarBorderColor()
int getHighLightAlpha()
java.lang.String[] getStackLabels()