A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z
A
- AbstractBuffer - class in com.github.mikephil.charting.buffer
- Buffer class to boost performance while drawing.
- add(Vector3) - function in com.github.mikephil.charting.matrix.Vector3
- add(float,float,float) - function in com.github.mikephil.charting.matrix.Vector3
- addChildrenForAccessibility(ArrayList) - function in android.view.BubbleChart
- addChildrenForAccessibility(ArrayList) - function in android.view.PieChart
- addChildrenForAccessibility(ArrayList) - function in android.view.Chart
- addChildrenForAccessibility(ArrayList) - function in android.view.PieRadarChartBase
- addChildrenForAccessibility(ArrayList) - function in android.view.CombinedChart
- addChildrenForAccessibility(ArrayList) - function in android.view.ScatterChart
- addChildrenForAccessibility(ArrayList) - function in android.view.HorizontalBarChart
- addChildrenForAccessibility(ArrayList) - function in android.view.BarLineChartBase
- addChildrenForAccessibility(ArrayList) - function in android.view.CandleStickChart
- addChildrenForAccessibility(ArrayList) - function in android.view.RadarChart
- addChildrenForAccessibility(ArrayList) - function in android.view.BarChart
- addChildrenForAccessibility(ArrayList) - function in android.view.LineChart
- addChildrenForAccessibility(ArrayList) - function in android.view.MarkerView
- addColor(int) - function in com.github.mikephil.charting.data.DataSet
- addColor(int) - function in com.github.mikephil.charting.data.BubbleDataSet
- addColor(int) - function in com.github.mikephil.charting.data.LineRadarDataSet
- addColor(int) - function in com.github.mikephil.charting.data.LineScatterCandleRadarDataSet
- addColor(int) - function in com.github.mikephil.charting.data.LineDataSet
- addColor(int) - function in com.github.mikephil.charting.data.RadarDataSet
- addColor(int) - function in com.github.mikephil.charting.data.PieDataSet
- addColor(int) - function in com.github.mikephil.charting.data.CandleDataSet
- addColor(int) - function in com.github.mikephil.charting.data.BarDataSet
- addColor(int) - function in com.github.mikephil.charting.data.BarLineScatterCandleBubbleDataSet
- addColor(int) - function in com.github.mikephil.charting.data.ScatterDataSet
- addColor(Integer) - function in com.github.mikephil.charting.data.BaseDataSet
- Adds a new color to the colors array of the DataSet.
- addDataSet(T) - function in com.github.mikephil.charting.data.BubbleData
- Adds a DataSet dynamically.
- addDataSet(T) - function in com.github.mikephil.charting.data.ScatterData
- Adds a DataSet dynamically.
- addDataSet(T) - function in com.github.mikephil.charting.data.ChartData
- Adds a DataSet dynamically.
- addDataSet(T) - function in com.github.mikephil.charting.data.LineData
- Adds a DataSet dynamically.
- addDataSet(T) - function in com.github.mikephil.charting.data.CandleData
- Adds a DataSet dynamically.
- addDataSet(T) - function in com.github.mikephil.charting.data.BarLineScatterCandleBubbleData
- Adds a DataSet dynamically.
- addDataSet(T) - function in com.github.mikephil.charting.data.PieData
- Adds a DataSet dynamically.
- addDataSet(T) - function in com.github.mikephil.charting.data.BarData
- Adds a DataSet dynamically.
- addDataSet(T) - function in com.github.mikephil.charting.data.CombinedData
- Adds a DataSet dynamically.
- addDataSet(T) - function in com.github.mikephil.charting.data.RadarData
- Adds a DataSet dynamically.
- addEntry(T) - function in com.github.mikephil.charting.interfaces.datasets.IBubbleDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to the end of the list.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntry(T) - function in com.github.mikephil.charting.interfaces.datasets.IRadarDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to the end of the list.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntry(T) - function in com.github.mikephil.charting.interfaces.datasets.ILineRadarDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to the end of the list.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntry(T) - function in com.github.mikephil.charting.interfaces.datasets.IBarDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to the end of the list.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntry(T) - function in com.github.mikephil.charting.interfaces.datasets.IScatterDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to the end of the list.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntry(T) - function in com.github.mikephil.charting.interfaces.datasets.IDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to the end of the list.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntry(T) - function in com.github.mikephil.charting.interfaces.datasets.IPieDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to the end of the list.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntry(T) - function in com.github.mikephil.charting.interfaces.datasets.ILineDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to the end of the list.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntry(T) - function in com.github.mikephil.charting.interfaces.datasets.ICandleDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to the end of the list.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntry(T) - function in com.github.mikephil.charting.interfaces.datasets.IBarLineScatterCandleBubbleDataSet
- addEntry(T) - function in com.github.mikephil.charting.interfaces.datasets.ILineScatterCandleRadarDataSet
- addEntry(Entry,int) - function in com.github.mikephil.charting.data.BubbleData
- Adds an Entry to the DataSet at the specified index.Entries are added to the end of the list.
- addEntry(T) - function in com.github.mikephil.charting.data.DataSet
- Adds an Entry to the DataSet dynamically.Entries are added to the end of the list.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntry(Entry,int) - function in com.github.mikephil.charting.data.ScatterData
- Adds an Entry to the DataSet at the specified index.Entries are added to the end of the list.
- addEntry(T) - function in com.github.mikephil.charting.data.BubbleDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to the end of the list.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntry(Entry,int) - function in com.github.mikephil.charting.data.ChartData
- Adds an Entry to the DataSet at the specified index.Entries are added to the end of the list.
- addEntry(Entry,int) - function in com.github.mikephil.charting.data.LineData
- Adds an Entry to the DataSet at the specified index.Entries are added to the end of the list.
- addEntry(Entry,int) - function in com.github.mikephil.charting.data.CandleData
- Adds an Entry to the DataSet at the specified index.Entries are added to the end of the list.
- addEntry(Entry,int) - function in com.github.mikephil.charting.data.BarLineScatterCandleBubbleData
- Adds an Entry to the DataSet at the specified index.Entries are added to the end of the list.
- addEntry(T) - function in com.github.mikephil.charting.data.LineRadarDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to the end of the list.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntry(Entry,int) - function in com.github.mikephil.charting.data.PieData
- Adds an Entry to the DataSet at the specified index.Entries are added to the end of the list.
- addEntry(T) - function in com.github.mikephil.charting.data.LineScatterCandleRadarDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to the end of the list.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntry(T) - function in com.github.mikephil.charting.data.LineDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to the end of the list.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntry(T) - function in com.github.mikephil.charting.data.RadarDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to the end of the list.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntry(Entry,int) - function in com.github.mikephil.charting.data.BarData
- Adds an Entry to the DataSet at the specified index.Entries are added to the end of the list.
- addEntry(T) - function in com.github.mikephil.charting.data.PieDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to the end of the list.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntry(T) - function in com.github.mikephil.charting.data.CandleDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to the end of the list.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntry(T) - function in com.github.mikephil.charting.data.BarDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to the end of the list.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntry(T) - function in com.github.mikephil.charting.data.BarLineScatterCandleBubbleDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to the end of the list.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntry(T) - function in com.github.mikephil.charting.data.ScatterDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to the end of the list.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntry(Entry,int) - function in com.github.mikephil.charting.data.CombinedData
- Adds an Entry to the DataSet at the specified index.Entries are added to the end of the list.
- addEntry(Entry,int) - function in com.github.mikephil.charting.data.RadarData
- Adds an Entry to the DataSet at the specified index.Entries are added to the end of the list.
- addEntry(T) - function in com.github.mikephil.charting.interfaces.datasets.BaseDataSet
- addEntryOrdered(T) - function in com.github.mikephil.charting.interfaces.datasets.IBubbleDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to their appropriate index in the values array respective to their x-position.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntryOrdered(T) - function in com.github.mikephil.charting.interfaces.datasets.IRadarDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to their appropriate index in the values array respective to their x-position.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntryOrdered(T) - function in com.github.mikephil.charting.interfaces.datasets.ILineRadarDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to their appropriate index in the values array respective to their x-position.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntryOrdered(T) - function in com.github.mikephil.charting.interfaces.datasets.IBarDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to their appropriate index in the values array respective to their x-position.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntryOrdered(T) - function in com.github.mikephil.charting.interfaces.datasets.IScatterDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to their appropriate index in the values array respective to their x-position.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntryOrdered(T) - function in com.github.mikephil.charting.interfaces.datasets.IDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to their appropriate index in the values array respective to their x-position.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntryOrdered(T) - function in com.github.mikephil.charting.interfaces.datasets.IPieDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to their appropriate index in the values array respective to their x-position.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntryOrdered(T) - function in com.github.mikephil.charting.interfaces.datasets.ILineDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to their appropriate index in the values array respective to their x-position.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntryOrdered(T) - function in com.github.mikephil.charting.interfaces.datasets.ICandleDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to their appropriate index in the values array respective to their x-position.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntryOrdered(T) - function in com.github.mikephil.charting.interfaces.datasets.IBarLineScatterCandleBubbleDataSet
- addEntryOrdered(T) - function in com.github.mikephil.charting.interfaces.datasets.ILineScatterCandleRadarDataSet
- addEntryOrdered(T) - function in com.github.mikephil.charting.data.DataSet
- Adds an Entry to the DataSet dynamically.Entries are added to their appropriate index in the values array respective to their x-position.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntryOrdered(T) - function in com.github.mikephil.charting.data.BubbleDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to their appropriate index in the values array respective to their x-position.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntryOrdered(T) - function in com.github.mikephil.charting.data.LineRadarDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to their appropriate index in the values array respective to their x-position.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntryOrdered(T) - function in com.github.mikephil.charting.data.LineScatterCandleRadarDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to their appropriate index in the values array respective to their x-position.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntryOrdered(T) - function in com.github.mikephil.charting.data.LineDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to their appropriate index in the values array respective to their x-position.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntryOrdered(T) - function in com.github.mikephil.charting.data.RadarDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to their appropriate index in the values array respective to their x-position.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntryOrdered(T) - function in com.github.mikephil.charting.data.PieDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to their appropriate index in the values array respective to their x-position.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntryOrdered(T) - function in com.github.mikephil.charting.data.CandleDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to their appropriate index in the values array respective to their x-position.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntryOrdered(T) - function in com.github.mikephil.charting.data.BarDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to their appropriate index in the values array respective to their x-position.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntryOrdered(T) - function in com.github.mikephil.charting.data.BarLineScatterCandleBubbleDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to their appropriate index in the values array respective to their x-position.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntryOrdered(T) - function in com.github.mikephil.charting.data.ScatterDataSet
- Adds an Entry to the DataSet dynamically.Entries are added to their appropriate index in the values array respective to their x-position.This will also recalculate the current minimum and maximumvalues of the DataSet and the value-sum.
- addEntryOrdered(T) - function in com.github.mikephil.charting.interfaces.datasets.BaseDataSet
- addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.view.BubbleChart
- addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.view.PieChart
- addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.view.Chart
- addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.view.PieRadarChartBase
- addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.view.CombinedChart
- addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.view.ScatterChart
- addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.view.HorizontalBarChart
- addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.view.BarLineChartBase
- addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.view.CandleStickChart
- addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.view.RadarChart
- addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.view.BarChart
- addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.view.LineChart
- addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.view.MarkerView
- addFocusables(ArrayList,int,int) - function in android.view.BubbleChart
- addFocusables(ArrayList,int,int) - function in android.view.PieChart
- addFocusables(ArrayList,int,int) - function in android.view.Chart
- addFocusables(ArrayList,int,int) - function in android.view.PieRadarChartBase
- addFocusables(ArrayList,int,int) - function in android.view.CombinedChart
- addFocusables(ArrayList,int,int) - function in android.view.ScatterChart
- addFocusables(ArrayList,int,int) - function in android.view.HorizontalBarChart
- addFocusables(ArrayList,int,int) - function in android.view.BarLineChartBase
- addFocusables(ArrayList,int,int) - function in android.view.CandleStickChart
- addFocusables(ArrayList,int,int) - function in android.view.RadarChart
- addFocusables(ArrayList,int,int) - function in android.view.BarChart
- addFocusables(ArrayList,Integer,Integer) - function in android.view.LineChart
- addFocusables(ArrayList,Integer) - function in android.view.LineChart
- addFocusables(ArrayList,int,int) - function in android.view.MarkerView
- addKeyboardNavigationClusters(Collection,int) - function in android.view.BubbleChart
- addKeyboardNavigationClusters(Collection,int) - function in android.view.PieChart
- addKeyboardNavigationClusters(Collection,int) - function in android.view.Chart
- addKeyboardNavigationClusters(Collection,int) - function in android.view.PieRadarChartBase
- addKeyboardNavigationClusters(Collection,int) - function in android.view.CombinedChart
- addKeyboardNavigationClusters(Collection,int) - function in android.view.ScatterChart
- addKeyboardNavigationClusters(Collection,int) - function in android.view.HorizontalBarChart
- addKeyboardNavigationClusters(Collection,int) - function in android.view.BarLineChartBase
- addKeyboardNavigationClusters(Collection,int) - function in android.view.CandleStickChart
- addKeyboardNavigationClusters(Collection,int) - function in android.view.RadarChart
- addKeyboardNavigationClusters(Collection,int) - function in android.view.BarChart
- addKeyboardNavigationClusters(Collection,Integer) - function in android.view.LineChart
- addKeyboardNavigationClusters(Collection,int) - function in android.view.MarkerView
- addLimitLine(LimitLine) - function in com.github.mikephil.charting.components.AxisBase
- Adds a new LimitLine to this axis.
- addLimitLine(LimitLine) - function in com.github.mikephil.charting.components.XAxis
- Adds a new LimitLine to this axis.
- addLimitLine(LimitLine) - function in com.github.mikephil.charting.components.YAxis
- Adds a new LimitLine to this axis.
- addLimitRange(LimitRange) - function in com.github.mikephil.charting.components.AxisBase
- Adds a new LimitLine to this axis.
- addLimitRange(LimitRange) - function in com.github.mikephil.charting.components.XAxis
- Adds a new LimitLine to this axis.
- addLimitRange(LimitRange) - function in com.github.mikephil.charting.components.YAxis
- Adds a new LimitLine to this axis.
- addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.BubbleChart
- addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.PieChart
- addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.Chart
- addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.PieRadarChartBase
- addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.CombinedChart
- addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.ScatterChart
- addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.HorizontalBarChart
- addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.BarLineChartBase
- addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.CandleStickChart
- addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.RadarChart
- addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.BarChart
- addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.LineChart
- addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.MarkerView
- addOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.BubbleChart
- addOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.PieChart
- addOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.Chart
- addOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.PieRadarChartBase
- addOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.CombinedChart
- addOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.ScatterChart
- addOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.HorizontalBarChart
- addOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.BarLineChartBase
- addOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.CandleStickChart
- addOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.RadarChart
- addOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.BarChart
- addOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.LineChart
- addOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.MarkerView
- addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.BubbleChart
- addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.PieChart
- addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.Chart
- addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.PieRadarChartBase
- addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.CombinedChart
- addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.ScatterChart
- addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.HorizontalBarChart
- addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.BarLineChartBase
- addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.CandleStickChart
- addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.RadarChart
- addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.BarChart
- addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.LineChart
- addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.MarkerView
- addStatesFromChildren() - function in android.view.BubbleChart
- addStatesFromChildren() - function in android.view.PieChart
- addStatesFromChildren() - function in android.view.Chart
- addStatesFromChildren() - function in android.view.PieRadarChartBase
- addStatesFromChildren() - function in android.view.CombinedChart
- addStatesFromChildren() - function in android.view.ScatterChart
- addStatesFromChildren() - function in android.view.HorizontalBarChart
- addStatesFromChildren() - function in android.view.BarLineChartBase
- addStatesFromChildren() - function in android.view.CandleStickChart
- addStatesFromChildren() - function in android.view.RadarChart
- addStatesFromChildren() - function in android.view.BarChart
- addStatesFromChildren() - function in android.view.LineChart
- addStatesFromChildren() - function in android.view.MarkerView
- addSuppressed(Throwable) - function in java.lang.DrawingDataSetNotCreatedException
- addTouchables(ArrayList) - function in android.view.BubbleChart
- addTouchables(ArrayList) - function in android.view.PieChart
- addTouchables(ArrayList) - function in android.view.Chart
- addTouchables(ArrayList) - function in android.view.PieRadarChartBase
- addTouchables(ArrayList) - function in android.view.CombinedChart
- addTouchables(ArrayList) - function in android.view.ScatterChart
- addTouchables(ArrayList) - function in android.view.HorizontalBarChart
- addTouchables(ArrayList) - function in android.view.BarLineChartBase
- addTouchables(ArrayList) - function in android.view.CandleStickChart
- addTouchables(ArrayList) - function in android.view.RadarChart
- addTouchables(ArrayList) - function in android.view.BarChart
- addTouchables(ArrayList) - function in android.view.LineChart
- addTouchables(ArrayList) - function in android.view.MarkerView
- addView(View) - function in android.view.BubbleChart
- addView(View) - function in android.view.PieChart
- addView(View) - function in android.view.Chart
- addView(View) - function in android.view.PieRadarChartBase
- addView(View) - function in android.view.CombinedChart
- addView(View) - function in android.view.ScatterChart
- addView(View) - function in android.view.HorizontalBarChart
- addView(View) - function in android.view.BarLineChartBase
- addView(View) - function in android.view.CandleStickChart
- addView(View) - function in android.view.RadarChart
- addView(View) - function in android.view.BarChart
- addView(View) - function in android.view.LineChart
- addView(View,Integer) - function in android.view.LineChart
- addView(View,Integer,Integer) - function in android.view.LineChart
- addView(View,ViewGroup.LayoutParams) - function in android.view.LineChart
- addView(View,Integer,ViewGroup.LayoutParams) - function in android.view.LineChart
- addView(View) - function in android.view.MarkerView
- addViewInLayout(View,Integer,ViewGroup.LayoutParams) - function in android.view.LineChart
- addViewInLayout(View,Integer,ViewGroup.LayoutParams,Boolean) - function in android.view.LineChart
- addViewportJob(Runnable) - function in com.github.mikephil.charting.charts.BubbleChart
- Either posts a job immediately if the chart has already setup it'sdimensions or adds the job to the execution queue.
- addViewportJob(Runnable) - function in com.github.mikephil.charting.charts.PieChart
- Either posts a job immediately if the chart has already setup it'sdimensions or adds the job to the execution queue.
- addViewportJob(Runnable) - function in com.github.mikephil.charting.charts.Chart
- Either posts a job immediately if the chart has already setup it'sdimensions or adds the job to the execution queue.
- addViewportJob(Runnable) - function in com.github.mikephil.charting.charts.PieRadarChartBase
- Either posts a job immediately if the chart has already setup it'sdimensions or adds the job to the execution queue.
- addViewportJob(Runnable) - function in com.github.mikephil.charting.charts.CombinedChart
- Either posts a job immediately if the chart has already setup it'sdimensions or adds the job to the execution queue.
- addViewportJob(Runnable) - function in com.github.mikephil.charting.charts.ScatterChart
- Either posts a job immediately if the chart has already setup it'sdimensions or adds the job to the execution queue.
- addViewportJob(Runnable) - function in com.github.mikephil.charting.charts.HorizontalBarChart
- Either posts a job immediately if the chart has already setup it'sdimensions or adds the job to the execution queue.
- addViewportJob(Runnable) - function in com.github.mikephil.charting.charts.BarLineChartBase
- Either posts a job immediately if the chart has already setup it'sdimensions or adds the job to the execution queue.
- addViewportJob(Runnable) - function in com.github.mikephil.charting.charts.CandleStickChart
- Either posts a job immediately if the chart has already setup it'sdimensions or adds the job to the execution queue.
- addViewportJob(Runnable) - function in com.github.mikephil.charting.charts.RadarChart
- Either posts a job immediately if the chart has already setup it'sdimensions or adds the job to the execution queue.
- addViewportJob(Runnable) - function in com.github.mikephil.charting.charts.BarChart
- Either posts a job immediately if the chart has already setup it'sdimensions or adds the job to the execution queue.
- addViewportJob(Runnable) - function in com.github.mikephil.charting.charts.LineChart
- animate() - function in android.view.BubbleChart
- animate() - function in android.view.PieChart
- animate() - function in android.view.Chart
- animate() - function in android.view.PieRadarChartBase
- animate() - function in android.view.CombinedChart
- animate() - function in android.view.ScatterChart
- animate() - function in android.view.HorizontalBarChart
- animate() - function in android.view.BarLineChartBase
- animate() - function in android.view.CandleStickChart
- animate() - function in android.view.RadarChart
- animate() - function in android.view.BarChart
- animate() - function in android.view.LineChart
- animate() - function in android.view.MarkerView
- AnimatedMoveViewJob - class in com.github.mikephil.charting.jobs
- Created by Philipp Jahoda on 19/02/16.
- AnimatedViewPortJob - class in com.github.mikephil.charting.jobs
- Created by Philipp Jahoda on 19/02/16.
- AnimatedZoomJob - class in com.github.mikephil.charting.jobs
- Created by Philipp Jahoda on 19/02/16.
- animateX(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.BubbleChart
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(int) - function in com.github.mikephil.charting.charts.BubbleChart
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.PieChart
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(int) - function in com.github.mikephil.charting.charts.PieChart
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.Chart
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(int) - function in com.github.mikephil.charting.charts.Chart
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.PieRadarChartBase
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(int) - function in com.github.mikephil.charting.charts.PieRadarChartBase
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.CombinedChart
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(int) - function in com.github.mikephil.charting.charts.CombinedChart
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.ScatterChart
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(int) - function in com.github.mikephil.charting.charts.ScatterChart
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.HorizontalBarChart
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(int) - function in com.github.mikephil.charting.charts.HorizontalBarChart
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.BarLineChartBase
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(int) - function in com.github.mikephil.charting.charts.BarLineChartBase
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.CandleStickChart
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(int) - function in com.github.mikephil.charting.charts.CandleStickChart
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.RadarChart
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(int) - function in com.github.mikephil.charting.charts.RadarChart
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.BarChart
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(int) - function in com.github.mikephil.charting.charts.BarChart
- Animates the rendering of the chart on the x-axis with the specifiedanimation time.
- animateX(Integer,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.LineChart
- animateX(Integer) - function in com.github.mikephil.charting.charts.LineChart
- animateX(int) - function in com.github.mikephil.charting.animation.ChartAnimator
- Animates values along the X axis, in a linear fashion.
- animateX(int,Easing.EasingFunction) - function in com.github.mikephil.charting.animation.ChartAnimator
- Animates values along the X axis.
- animateXY(int,int,Easing.EasingFunction,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.BubbleChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.BubbleChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int) - function in com.github.mikephil.charting.charts.BubbleChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int,Easing.EasingFunction,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.PieChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.PieChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int) - function in com.github.mikephil.charting.charts.PieChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int,Easing.EasingFunction,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.Chart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.Chart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int) - function in com.github.mikephil.charting.charts.Chart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int,Easing.EasingFunction,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.PieRadarChartBase
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.PieRadarChartBase
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int) - function in com.github.mikephil.charting.charts.PieRadarChartBase
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int,Easing.EasingFunction,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.CombinedChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.CombinedChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int) - function in com.github.mikephil.charting.charts.CombinedChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int,Easing.EasingFunction,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.ScatterChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.ScatterChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int) - function in com.github.mikephil.charting.charts.ScatterChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int,Easing.EasingFunction,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.HorizontalBarChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.HorizontalBarChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int) - function in com.github.mikephil.charting.charts.HorizontalBarChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int,Easing.EasingFunction,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.BarLineChartBase
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.BarLineChartBase
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int) - function in com.github.mikephil.charting.charts.BarLineChartBase
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int,Easing.EasingFunction,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.CandleStickChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.CandleStickChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int) - function in com.github.mikephil.charting.charts.CandleStickChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int,Easing.EasingFunction,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.RadarChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.RadarChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int) - function in com.github.mikephil.charting.charts.RadarChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int,Easing.EasingFunction,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.BarChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.BarChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(int,int) - function in com.github.mikephil.charting.charts.BarChart
- Animates the drawing / rendering of the chart on both x- and y-axis withthe specified animation time.
- animateXY(Integer,Integer,Easing.EasingFunction,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.LineChart
- animateXY(Integer,Integer,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.LineChart
- animateXY(Integer,Integer) - function in com.github.mikephil.charting.charts.LineChart
- animateXY(int,int) - function in com.github.mikephil.charting.animation.ChartAnimator
- Animates values along both the X and Y axes, in a linear fashion.
- animateXY(int,int,Easing.EasingFunction) - function in com.github.mikephil.charting.animation.ChartAnimator
- Animates values along both the X and Y axes.
- animateXY(int,int,Easing.EasingFunction,Easing.EasingFunction) - function in com.github.mikephil.charting.animation.ChartAnimator
- Animates values along both the X and Y axes.
- animateY(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.BubbleChart
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(int) - function in com.github.mikephil.charting.charts.BubbleChart
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.PieChart
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(int) - function in com.github.mikephil.charting.charts.PieChart
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.Chart
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(int) - function in com.github.mikephil.charting.charts.Chart
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.PieRadarChartBase
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(int) - function in com.github.mikephil.charting.charts.PieRadarChartBase
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.CombinedChart
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(int) - function in com.github.mikephil.charting.charts.CombinedChart
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.ScatterChart
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(int) - function in com.github.mikephil.charting.charts.ScatterChart
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.HorizontalBarChart
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(int) - function in com.github.mikephil.charting.charts.HorizontalBarChart
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.BarLineChartBase
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(int) - function in com.github.mikephil.charting.charts.BarLineChartBase
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.CandleStickChart
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(int) - function in com.github.mikephil.charting.charts.CandleStickChart
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.RadarChart
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(int) - function in com.github.mikephil.charting.charts.RadarChart
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(int,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.BarChart
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(int) - function in com.github.mikephil.charting.charts.BarChart
- Animates the rendering of the chart on the y-axis with the specifiedanimation time.
- animateY(Integer,Easing.EasingFunction) - function in com.github.mikephil.charting.charts.LineChart
- animateY(Integer) - function in com.github.mikephil.charting.charts.LineChart
- animateY(int) - function in com.github.mikephil.charting.animation.ChartAnimator
- Animates values along the Y axis, in a linear fashion.
- animateY(int,Easing.EasingFunction) - function in com.github.mikephil.charting.animation.ChartAnimator
- Animates values along the Y axis.
- announceForAccessibility(CharSequence) - function in android.view.BubbleChart
- announceForAccessibility(CharSequence) - function in android.view.PieChart
- announceForAccessibility(CharSequence) - function in android.view.Chart
- announceForAccessibility(CharSequence) - function in android.view.PieRadarChartBase
- announceForAccessibility(CharSequence) - function in android.view.CombinedChart
- announceForAccessibility(CharSequence) - function in android.view.ScatterChart
- announceForAccessibility(CharSequence) - function in android.view.HorizontalBarChart
- announceForAccessibility(CharSequence) - function in android.view.BarLineChartBase
- announceForAccessibility(CharSequence) - function in android.view.CandleStickChart
- announceForAccessibility(CharSequence) - function in android.view.RadarChart
- announceForAccessibility(CharSequence) - function in android.view.BarChart
- announceForAccessibility(CharSequence) - function in android.view.LineChart
- announceForAccessibility(CharSequence) - function in android.view.MarkerView
- Approximator - class in com.github.mikephil.charting.data.filter
- Implemented according to Wiki-Pseudocode http://en.wikipedia.
- ApproximatorN - class in com.github.mikephil.charting.data.filter
- Implemented according to modified Douglas Peucker http://psimpl.sourceforge.net/douglas-peucker.
- attachLayoutAnimationParameters(View,ViewGroup.LayoutParams,Integer,Integer) - function in android.view.LineChart
- attachViewToParent(View,Integer,ViewGroup.LayoutParams) - function in android.view.LineChart
- autofill(AutofillValue) - function in android.view.BubbleChart
- autofill(AutofillValue) - function in android.view.PieChart
- autofill(AutofillValue) - function in android.view.Chart
- autofill(AutofillValue) - function in android.view.PieRadarChartBase
- autofill(AutofillValue) - function in android.view.CombinedChart
- autofill(AutofillValue) - function in android.view.ScatterChart
- autofill(AutofillValue) - function in android.view.HorizontalBarChart
- autofill(AutofillValue) - function in android.view.BarLineChartBase
- autofill(AutofillValue) - function in android.view.CandleStickChart
- autofill(AutofillValue) - function in android.view.RadarChart
- autofill(AutofillValue) - function in android.view.BarChart
- autofill(AutofillValue) - function in android.view.LineChart
- autofill(SparseArray) - function in android.view.LineChart
- autofill(AutofillValue) - function in android.view.MarkerView
- autoScale() - function in com.github.mikephil.charting.charts.LineChart
- awakenScrollBars() - function in android.view.LineChart
- awakenScrollBars(Integer) - function in android.view.LineChart
- awakenScrollBars(Integer,Boolean) - function in android.view.LineChart
- AxisBase - class in com.github.mikephil.charting.components
- Base-class of all axes (previously called labels).
- AxisRenderer - class in com.github.mikephil.charting.renderer
- Baseclass of all axis renderers.