Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X Y Z 

A

AbstractBuffer<T> - Class in com.github.mikephil.charting.buffer
Buffer class to boost performance while drawing.
AbstractBuffer(int) - Constructor for class com.github.mikephil.charting.buffer.AbstractBuffer
Initialization with buffer-size.
add(Vector3) - Method in class com.github.mikephil.charting.matrix.Vector3
 
add(float, float, float) - Method in class com.github.mikephil.charting.matrix.Vector3
 
addBar(float, float, float, float) - Method in class com.github.mikephil.charting.buffer.BarBuffer
 
addCircle(float, float) - Method in class com.github.mikephil.charting.buffer.CircleBuffer
 
addColor(int) - Method in class com.github.mikephil.charting.data.DataSet
Adds a new color to the colors array of the DataSet.
addDataSet(T) - Method in class com.github.mikephil.charting.data.ChartData
Adds a DataSet dynamically.
addEntry(Entry, int) - Method in class com.github.mikephil.charting.data.ChartData
Adds an Entry to the DataSet at the specified index.
addEntry(Entry) - Method in class com.github.mikephil.charting.data.DataSet
Adds an Entry to the DataSet dynamically.
addEntryOrdered(Entry) - Method in class com.github.mikephil.charting.data.DataSet
Adds an Entry to the DataSet dynamically.
addForm(float, float) - Method in class com.github.mikephil.charting.buffer.ScatterBuffer
 
addJob(Runnable) - Method in class com.github.mikephil.charting.charts.Chart
Adds a job to be executed after the chart-view is setup (after onSizeChanged(...) is called).
addLimitLine(LimitLine) - Method in class com.github.mikephil.charting.components.AxisBase
Adds a new LimitLine to this axis.
addXValue(String) - Method in class com.github.mikephil.charting.data.ChartData
Adds a new x-value to the chart data.
animateX(int, EasingFunction) - Method in class com.github.mikephil.charting.animation.ChartAnimator
Animates the rendering of the chart on the x-axis with the specified animation time.
animateX(int, Easing.EasingOption) - Method in class com.github.mikephil.charting.animation.ChartAnimator
Animates the rendering of the chart on the x-axis with the specified animation time.
animateX(int) - Method in class com.github.mikephil.charting.animation.ChartAnimator
Animates the rendering of the chart on the x-axis with the specified animation time.
animateX(int, EasingFunction) - Method in class com.github.mikephil.charting.charts.Chart
Animates the rendering of the chart on the x-axis with the specified animation time.
animateX(int, Easing.EasingOption) - Method in class com.github.mikephil.charting.charts.Chart
Animates the rendering of the chart on the x-axis with the specified animation time.
animateX(int) - Method in class com.github.mikephil.charting.charts.Chart
Animates the rendering of the chart on the x-axis with the specified animation time.
animateXY(int, int, EasingFunction, EasingFunction) - Method in class com.github.mikephil.charting.animation.ChartAnimator
Animates the drawing / rendering of the chart on both x- and y-axis with the specified animation time.
animateXY(int, int, Easing.EasingOption, Easing.EasingOption) - Method in class com.github.mikephil.charting.animation.ChartAnimator
Animates the drawing / rendering of the chart on both x- and y-axis with the specified animation time.
animateXY(int, int) - Method in class com.github.mikephil.charting.animation.ChartAnimator
Animates the drawing / rendering of the chart on both x- and y-axis with the specified animation time.
animateXY(int, int, EasingFunction, EasingFunction) - Method in class com.github.mikephil.charting.charts.Chart
Animates the drawing / rendering of the chart on both x- and y-axis with the specified animation time.
animateXY(int, int, Easing.EasingOption, Easing.EasingOption) - Method in class com.github.mikephil.charting.charts.Chart
Animates the drawing / rendering of the chart on both x- and y-axis with the specified animation time.
animateXY(int, int) - Method in class com.github.mikephil.charting.charts.Chart
Animates the drawing / rendering of the chart on both x- and y-axis with the specified animation time.
animateY(int, EasingFunction) - Method in class com.github.mikephil.charting.animation.ChartAnimator
Animates the rendering of the chart on the y-axis with the specified animation time.
animateY(int, Easing.EasingOption) - Method in class com.github.mikephil.charting.animation.ChartAnimator
Animates the rendering of the chart on the y-axis with the specified animation time.
animateY(int) - Method in class com.github.mikephil.charting.animation.ChartAnimator
Animates the rendering of the chart on the y-axis with the specified animation time.
animateY(int, EasingFunction) - Method in class com.github.mikephil.charting.charts.Chart
Animates the rendering of the chart on the y-axis with the specified animation time.
animateY(int, Easing.EasingOption) - Method in class com.github.mikephil.charting.charts.Chart
Animates the rendering of the chart on the y-axis with the specified animation time.
animateY(int) - Method in class com.github.mikephil.charting.charts.Chart
Animates the rendering of the chart on the y-axis with the specified animation time.
applyValueTextStyle(DataSet<?>) - Method in class com.github.mikephil.charting.renderer.DataRenderer
Applies the required styling (provided by the DataSet) to the value-paint object.
Approximator - Class in com.github.mikephil.charting.data.filter
Implemented according to Wiki-Pseudocode http://en.wikipedia.org/wiki/Ramer�Douglas�Peucker_algorithm
Approximator() - Constructor for class com.github.mikephil.charting.data.filter.Approximator
Initializes the approximator with type NONE
Approximator(Approximator.ApproximatorType, double) - Constructor for class com.github.mikephil.charting.data.filter.Approximator
Initializes the approximator with the given type and tolerance.
Approximator.ApproximatorType - Enum in com.github.mikephil.charting.data.filter
enums for the different types of filtering algorithms
AxisBase - Class in com.github.mikephil.charting.components
Baseclass of all labels.
AxisBase() - Constructor for class com.github.mikephil.charting.components.AxisBase
default constructor
AxisRenderer - Class in com.github.mikephil.charting.renderer
Baseclass of all axis renderers.
AxisRenderer(ViewPortHandler, Transformer) - Constructor for class com.github.mikephil.charting.renderer.AxisRenderer
 

B

BarBuffer - Class in com.github.mikephil.charting.buffer
 
BarBuffer(int, float, int, boolean) - Constructor for class com.github.mikephil.charting.buffer.BarBuffer
 
BarChart - Class in com.github.mikephil.charting.charts
Chart that draws bars.
BarChart(Context) - Constructor for class com.github.mikephil.charting.charts.BarChart
 
BarChart(Context, AttributeSet) - Constructor for class com.github.mikephil.charting.charts.BarChart
 
BarChart(Context, AttributeSet, int) - Constructor for class com.github.mikephil.charting.charts.BarChart
 
BarChartRenderer - Class in com.github.mikephil.charting.renderer
 
BarChartRenderer(BarDataProvider, ChartAnimator, ViewPortHandler) - Constructor for class com.github.mikephil.charting.renderer.BarChartRenderer
 
BarData - Class in com.github.mikephil.charting.data
Data object that represents all data for the BarChart.
BarData() - Constructor for class com.github.mikephil.charting.data.BarData
 
BarData(List<String>) - Constructor for class com.github.mikephil.charting.data.BarData
 
BarData(String[]) - Constructor for class com.github.mikephil.charting.data.BarData
 
BarData(List<String>, List<BarDataSet>) - Constructor for class com.github.mikephil.charting.data.BarData
 
BarData(String[], List<BarDataSet>) - Constructor for class com.github.mikephil.charting.data.BarData
 
BarData(List<String>, BarDataSet) - Constructor for class com.github.mikephil.charting.data.BarData
 
BarData(String[], BarDataSet) - Constructor for class com.github.mikephil.charting.data.BarData
 
BarDataProvider - Interface in com.github.mikephil.charting.interfaces
 
BarDataSet - Class in com.github.mikephil.charting.data
 
BarDataSet(List<BarEntry>, String) - Constructor for class com.github.mikephil.charting.data.BarDataSet
 
BarEntry - Class in com.github.mikephil.charting.data
Entry class for the BarChart.
BarEntry(float[], int) - Constructor for class com.github.mikephil.charting.data.BarEntry
Constructor for stacked bar entries.
BarEntry(float, int) - Constructor for class com.github.mikephil.charting.data.BarEntry
Constructor for normal bars (not stacked).
BarEntry(float[], int, String) - Constructor for class com.github.mikephil.charting.data.BarEntry
Constructor for stacked bar entries.
BarEntry(float, int, Object) - Constructor for class com.github.mikephil.charting.data.BarEntry
Constructor for normal bars (not stacked).
BarHighlighter - Class in com.github.mikephil.charting.highlight
Created by Philipp Jahoda on 22/07/15.
BarHighlighter(BarDataProvider) - Constructor for class com.github.mikephil.charting.highlight.BarHighlighter
 
BarLineChartBase<T extends BarLineScatterCandleBubbleData<? extends BarLineScatterCandleBubbleDataSet<? extends Entry>>> - Class in com.github.mikephil.charting.charts
Base-class of LineChart, BarChart, ScatterChart and CandleStickChart.
BarLineChartBase(Context, AttributeSet, int) - Constructor for class com.github.mikephil.charting.charts.BarLineChartBase
 
BarLineChartBase(Context, AttributeSet) - Constructor for class com.github.mikephil.charting.charts.BarLineChartBase
 
BarLineChartBase(Context) - Constructor for class com.github.mikephil.charting.charts.BarLineChartBase
 
BarLineChartTouchListener - Class in com.github.mikephil.charting.listener
TouchListener for Bar-, Line-, Scatter- and CandleStickChart with handles all touch interaction.
BarLineChartTouchListener(BarLineChartBase<? extends BarLineScatterCandleBubbleData<? extends BarLineScatterCandleBubbleDataSet<? extends Entry>>>, Matrix) - Constructor for class com.github.mikephil.charting.listener.BarLineChartTouchListener
 
BarLineScatterCandleBubbleData<T extends BarLineScatterCandleBubbleDataSet<? extends Entry>> - Class in com.github.mikephil.charting.data
Baseclass for all Line, Bar, Scatter, Candle and Bubble data.
BarLineScatterCandleBubbleData() - Constructor for class com.github.mikephil.charting.data.BarLineScatterCandleBubbleData
 
BarLineScatterCandleBubbleData(List<String>) - Constructor for class com.github.mikephil.charting.data.BarLineScatterCandleBubbleData
 
BarLineScatterCandleBubbleData(String[]) - Constructor for class com.github.mikephil.charting.data.BarLineScatterCandleBubbleData
 
BarLineScatterCandleBubbleData(List<String>, List<T>) - Constructor for class com.github.mikephil.charting.data.BarLineScatterCandleBubbleData
 
BarLineScatterCandleBubbleData(String[], List<T>) - Constructor for class com.github.mikephil.charting.data.BarLineScatterCandleBubbleData
 
BarLineScatterCandleBubbleDataProvider - Interface in com.github.mikephil.charting.interfaces
 
BarLineScatterCandleBubbleDataSet<T extends Entry> - Class in com.github.mikephil.charting.data
Baseclass of all DataSets for Bar-, Line-, Scatter- and CandleStickChart.
BarLineScatterCandleBubbleDataSet(List<T>, String) - Constructor for class com.github.mikephil.charting.data.BarLineScatterCandleBubbleDataSet
 
BubbleChart - Class in com.github.mikephil.charting.charts
The BubbleChart.
BubbleChart(Context) - Constructor for class com.github.mikephil.charting.charts.BubbleChart
 
BubbleChart(Context, AttributeSet) - Constructor for class com.github.mikephil.charting.charts.BubbleChart
 
BubbleChart(Context, AttributeSet, int) - Constructor for class com.github.mikephil.charting.charts.BubbleChart
 
BubbleChartRenderer - Class in com.github.mikephil.charting.renderer
Bubble chart implementation: Copyright 2015 Pierre-Marc Airoldi Licensed under Apache License 2.0 Ported by Daniel Cohen Gindi
BubbleChartRenderer(BubbleDataProvider, ChartAnimator, ViewPortHandler) - Constructor for class com.github.mikephil.charting.renderer.BubbleChartRenderer
 
BubbleData - Class in com.github.mikephil.charting.data
 
BubbleData() - Constructor for class com.github.mikephil.charting.data.BubbleData
 
BubbleData(List<String>) - Constructor for class com.github.mikephil.charting.data.BubbleData
 
BubbleData(String[]) - Constructor for class com.github.mikephil.charting.data.BubbleData
 
BubbleData(List<String>, List<BubbleDataSet>) - Constructor for class com.github.mikephil.charting.data.BubbleData
 
BubbleData(String[], List<BubbleDataSet>) - Constructor for class com.github.mikephil.charting.data.BubbleData
 
BubbleData(List<String>, BubbleDataSet) - Constructor for class com.github.mikephil.charting.data.BubbleData
 
BubbleData(String[], BubbleDataSet) - Constructor for class com.github.mikephil.charting.data.BubbleData
 
BubbleDataProvider - Interface in com.github.mikephil.charting.interfaces
 
BubbleDataSet - Class in com.github.mikephil.charting.data
 
BubbleDataSet(List<BubbleEntry>, String) - Constructor for class com.github.mikephil.charting.data.BubbleDataSet
 
BubbleEntry - Class in com.github.mikephil.charting.data
Subclass of Entry that holds a value for one entry in a BubbleChart.
BubbleEntry(int, float, float) - Constructor for class com.github.mikephil.charting.data.BubbleEntry
Constructor.
BubbleEntry(int, float, float, Object) - Constructor for class com.github.mikephil.charting.data.BubbleEntry
Constructor.
buffer - Variable in class com.github.mikephil.charting.buffer.AbstractBuffer
float-buffer that holds the data points to draw, order: x,y,x,y,...

C

calcAngle(Entry, Entry) - Method in class com.github.mikephil.charting.data.filter.Approximator
calculates the angle between two Entries (points) in the chart
calcAngleBetweenLines(Entry, Entry, Entry, Entry) - Method in class com.github.mikephil.charting.data.filter.Approximator
Calculates the angle between two given lines.
calcAngleWithRatios(Entry, Entry) - Method in class com.github.mikephil.charting.data.filter.Approximator
calculates the angle between two Entries (points) in the chart taking ratios into consideration
calcMinMax() - Method in class com.github.mikephil.charting.charts.BarChart
 
calcMinMax() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
calcMinMax() - Method in class com.github.mikephil.charting.charts.BubbleChart
 
calcMinMax() - Method in class com.github.mikephil.charting.charts.CandleStickChart
 
calcMinMax() - Method in class com.github.mikephil.charting.charts.Chart
calcualtes the y-min and y-max value and the y-delta and x-delta value
calcMinMax() - Method in class com.github.mikephil.charting.charts.CombinedChart
 
calcMinMax() - Method in class com.github.mikephil.charting.charts.LineChart
 
calcMinMax() - Method in class com.github.mikephil.charting.charts.PieChart
 
calcMinMax() - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
 
calcMinMax() - Method in class com.github.mikephil.charting.charts.RadarChart
 
calcMinMax() - Method in class com.github.mikephil.charting.charts.ScatterChart
 
calcMinMax(int, int) - Method in class com.github.mikephil.charting.data.BarDataSet
 
calcMinMax(int, int) - Method in class com.github.mikephil.charting.data.BubbleDataSet
 
calcMinMax(int, int) - Method in class com.github.mikephil.charting.data.CandleDataSet
 
calcMinMax(int, int) - Method in class com.github.mikephil.charting.data.ChartData
calc minimum and maximum y value over all datasets
calcMinMax(int, int) - Method in class com.github.mikephil.charting.data.DataSet
calc minimum and maximum y value
calcModulus() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
calculates the modulus for x-labels and grid
calcModulus() - Method in class com.github.mikephil.charting.charts.HorizontalBarChart
 
calcPointToLineDistance(Entry, Entry, Entry) - Method in class com.github.mikephil.charting.data.filter.Approximator
calculate the distance between a line between two entries and an entry (point)
calcTextHeight(Paint, String) - Static method in class com.github.mikephil.charting.utils.Utils
calculates the approximate height of a text, depending on a demo text avoid repeated calls (e.g.
calcTextSize(Paint, String) - Static method in class com.github.mikephil.charting.utils.Utils
calculates the approximate size of a text, depending on a demo text avoid repeated calls (e.g.
calcTextWidth(Paint, String) - Static method in class com.github.mikephil.charting.utils.Utils
calculates the approximate width of a text, depending on a demo text avoid repeated calls (e.g.
calculateDimensions(Paint, ViewPortHandler) - Method in class com.github.mikephil.charting.components.Legend
Calculates the dimensions of the Legend.
calculateFormatter(float, float) - Method in class com.github.mikephil.charting.charts.Chart
calculates the required number of digits for the values that might be drawn in the chart (if enabled), and creates the default-value-formatter
calculateOffsets() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
calculateOffsets() - Method in class com.github.mikephil.charting.charts.Chart
calculates the offsets of the chart to the border depending on the position of an eventual legend or depending on the length of the y-axis and x-axis labels and their position
calculateOffsets() - Method in class com.github.mikephil.charting.charts.HorizontalBarChart
 
calculateOffsets() - Method in class com.github.mikephil.charting.charts.PieChart
 
calculateOffsets() - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
 
calcXBounds(BarLineScatterCandleBubbleDataProvider, int) - Method in class com.github.mikephil.charting.renderer.CombinedChartRenderer
 
calcXBounds(BarLineScatterCandleBubbleDataProvider, int) - Method in class com.github.mikephil.charting.renderer.Renderer
Calculates the minimum and maximum x-value the chart can currently display (with the given zoom level).
calcYValueCount() - Method in class com.github.mikephil.charting.data.ChartData
Calculates the total number of y-values across all DataSets the ChartData represents.
calcYValueSum() - Method in class com.github.mikephil.charting.data.ChartData
calculates the sum of all y-values in all datasets
CandleBodyBuffer - Class in com.github.mikephil.charting.buffer
 
CandleBodyBuffer(int) - Constructor for class com.github.mikephil.charting.buffer.CandleBodyBuffer
 
CandleData - Class in com.github.mikephil.charting.data
 
CandleData() - Constructor for class com.github.mikephil.charting.data.CandleData
 
CandleData(List<String>) - Constructor for class com.github.mikephil.charting.data.CandleData
 
CandleData(String[]) - Constructor for class com.github.mikephil.charting.data.CandleData
 
CandleData(List<String>, List<CandleDataSet>) - Constructor for class com.github.mikephil.charting.data.CandleData
 
CandleData(String[], List<CandleDataSet>) - Constructor for class com.github.mikephil.charting.data.CandleData
 
CandleData(List<String>, CandleDataSet) - Constructor for class com.github.mikephil.charting.data.CandleData
 
CandleData(String[], CandleDataSet) - Constructor for class com.github.mikephil.charting.data.CandleData
 
CandleDataProvider - Interface in com.github.mikephil.charting.interfaces
 
CandleDataSet - Class in com.github.mikephil.charting.data
DataSet for the CandleStickChart.
CandleDataSet(List<CandleEntry>, String) - Constructor for class com.github.mikephil.charting.data.CandleDataSet
 
CandleEntry - Class in com.github.mikephil.charting.data
Subclass of Entry that holds all values for one entry in a CandleStickChart.
CandleEntry(int, float, float, float, float) - Constructor for class com.github.mikephil.charting.data.CandleEntry
Constructor.
CandleEntry(int, float, float, float, float, Object) - Constructor for class com.github.mikephil.charting.data.CandleEntry
Constructor.
CandleShadowBuffer - Class in com.github.mikephil.charting.buffer
 
CandleShadowBuffer(int) - Constructor for class com.github.mikephil.charting.buffer.CandleShadowBuffer
 
CandleStickChart - Class in com.github.mikephil.charting.charts
Financial chart type that draws candle-sticks (OHCL chart).
CandleStickChart(Context) - Constructor for class com.github.mikephil.charting.charts.CandleStickChart
 
CandleStickChart(Context, AttributeSet) - Constructor for class com.github.mikephil.charting.charts.CandleStickChart
 
CandleStickChart(Context, AttributeSet, int) - Constructor for class com.github.mikephil.charting.charts.CandleStickChart
 
CandleStickChartRenderer - Class in com.github.mikephil.charting.renderer
 
CandleStickChartRenderer(CandleDataProvider, ChartAnimator, ViewPortHandler) - Constructor for class com.github.mikephil.charting.renderer.CandleStickChartRenderer
 
canZoomInMoreX() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
Returns true if the chart is not yet fully zoomed in on the x-axis
canZoomOutMoreX() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
Returns true if the chart is not yet fully zoomed out on the x-axis
centerViewPort(float[], View) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
Centers the viewport around the specified position (x-index and y-value) in the chart.
centerViewTo(int, float, YAxis.AxisDependency) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
This will move the center of the current viewport to the specified x-index and y-value.
Chart<T extends ChartData<? extends DataSet<? extends Entry>>> - Class in com.github.mikephil.charting.charts
Baseclass of all Chart-Views.
Chart(Context) - Constructor for class com.github.mikephil.charting.charts.Chart
default constructor for initialization in code
Chart(Context, AttributeSet) - Constructor for class com.github.mikephil.charting.charts.Chart
constructor for initialization in xml
Chart(Context, AttributeSet, int) - Constructor for class com.github.mikephil.charting.charts.Chart
even more awesome constructor
ChartAnimator - Class in com.github.mikephil.charting.animation
Object responsible for all animations in the Chart.
ChartAnimator() - Constructor for class com.github.mikephil.charting.animation.ChartAnimator
 
ChartAnimator(ValueAnimator.AnimatorUpdateListener) - Constructor for class com.github.mikephil.charting.animation.ChartAnimator
 
ChartData<T extends DataSet<? extends Entry>> - Class in com.github.mikephil.charting.data
Class that holds all relevant data that represents the chart.
ChartData() - Constructor for class com.github.mikephil.charting.data.ChartData
 
ChartData(List<String>) - Constructor for class com.github.mikephil.charting.data.ChartData
Constructor for only x-values.
ChartData(String[]) - Constructor for class com.github.mikephil.charting.data.ChartData
Constructor for only x-values.
ChartData(List<String>, List<T>) - Constructor for class com.github.mikephil.charting.data.ChartData
constructor for chart data
ChartData(String[], List<T>) - Constructor for class com.github.mikephil.charting.data.ChartData
constructor that takes string array instead of List string
ChartHighlighter<T extends BarLineScatterCandleBubbleDataProvider> - Class in com.github.mikephil.charting.highlight
Created by Philipp Jahoda on 21/07/15.
ChartHighlighter(T) - Constructor for class com.github.mikephil.charting.highlight.ChartHighlighter
 
ChartInterface - Interface in com.github.mikephil.charting.interfaces
Interface that provides everything there is to know about the dimensions, bounds, and range of the chart.
ChartTouchListener<T extends Chart<?>> - Class in com.github.mikephil.charting.listener
Created by philipp on 12/06/15.
ChartTouchListener(T) - Constructor for class com.github.mikephil.charting.listener.ChartTouchListener
 
ChartTouchListener.ChartGesture - Enum in com.github.mikephil.charting.listener
 
CircleBuffer - Class in com.github.mikephil.charting.buffer
 
CircleBuffer(int) - Constructor for class com.github.mikephil.charting.buffer.CircleBuffer
 
clear() - Method in class com.github.mikephil.charting.charts.Chart
Clears the chart from all data (sets it to null) and refreshes it (by calling invalidate()).
clear() - Method in class com.github.mikephil.charting.data.DataSet
Removes all values from this DataSet and recalculates min and max value.
clearAllJobs() - Method in class com.github.mikephil.charting.charts.Chart
 
clearValues() - Method in class com.github.mikephil.charting.charts.Chart
Removes all DataSets (and thereby Entries) from the chart.
clearValues() - Method in class com.github.mikephil.charting.data.ChartData
Clears this data object from all DataSets and removes all Entries.
COLOR_NONE - Static variable in class com.github.mikephil.charting.utils.ColorTemplate
an "invalid" color that indicates that no color is set
COLOR_SKIP - Static variable in class com.github.mikephil.charting.utils.ColorTemplate
this "color" is used for the Legend creation and indicates that the next form should be skipped
ColorFormatter - Interface in com.github.mikephil.charting.formatter
Interface that can be used to return a customized color instead of setting colors via the setColor(...) method of the DataSet.
COLORFUL_COLORS - Static variable in class com.github.mikephil.charting.utils.ColorTemplate
 
ColorTemplate - Class in com.github.mikephil.charting.utils
Class that holds predefined color integer arrays (e.g.
ColorTemplate() - Constructor for class com.github.mikephil.charting.utils.ColorTemplate
 
com.github.mikephil.charting.animation - package com.github.mikephil.charting.animation
 
com.github.mikephil.charting.buffer - package com.github.mikephil.charting.buffer
 
com.github.mikephil.charting.charts - package com.github.mikephil.charting.charts
 
com.github.mikephil.charting.components - package com.github.mikephil.charting.components
 
com.github.mikephil.charting.data - package com.github.mikephil.charting.data
 
com.github.mikephil.charting.data.filter - package com.github.mikephil.charting.data.filter
 
com.github.mikephil.charting.exception - package com.github.mikephil.charting.exception
 
com.github.mikephil.charting.formatter - package com.github.mikephil.charting.formatter
 
com.github.mikephil.charting.highlight - package com.github.mikephil.charting.highlight
 
com.github.mikephil.charting.interfaces - package com.github.mikephil.charting.interfaces
 
com.github.mikephil.charting.jobs - package com.github.mikephil.charting.jobs
 
com.github.mikephil.charting.listener - package com.github.mikephil.charting.listener
 
com.github.mikephil.charting.matrix - package com.github.mikephil.charting.matrix
 
com.github.mikephil.charting.renderer - package com.github.mikephil.charting.renderer
 
com.github.mikephil.charting.utils - package com.github.mikephil.charting.utils
 
CombinedChart - Class in com.github.mikephil.charting.charts
This chart class allows the combination of lines, bars, scatter and candle data all displayed in one chart area.
CombinedChart(Context) - Constructor for class com.github.mikephil.charting.charts.CombinedChart
 
CombinedChart(Context, AttributeSet) - Constructor for class com.github.mikephil.charting.charts.CombinedChart
 
CombinedChart(Context, AttributeSet, int) - Constructor for class com.github.mikephil.charting.charts.CombinedChart
 
CombinedChart.DrawOrder - Enum in com.github.mikephil.charting.charts
enum that allows to specify the order in which the different data objects for the combined-chart are drawn
CombinedChartRenderer - Class in com.github.mikephil.charting.renderer
Renderer class that is responsible for rendering multiple different data-types.
CombinedChartRenderer(CombinedChart, ChartAnimator, ViewPortHandler) - Constructor for class com.github.mikephil.charting.renderer.CombinedChartRenderer
 
CombinedData - Class in com.github.mikephil.charting.data
Data object that allows the combination of Line-, Bar-, Scatter-, Bubble- and CandleData.
CombinedData() - Constructor for class com.github.mikephil.charting.data.CombinedData
 
CombinedData(List<String>) - Constructor for class com.github.mikephil.charting.data.CombinedData
 
CombinedData(String[]) - Constructor for class com.github.mikephil.charting.data.CombinedData
 
CombinedHighlighter - Class in com.github.mikephil.charting.highlight
Created by Philipp Jahoda on 12/09/15.
CombinedHighlighter(BarLineScatterCandleBubbleDataProvider) - Constructor for class com.github.mikephil.charting.highlight.CombinedHighlighter
 
compare(Entry, Entry) - Method in class com.github.mikephil.charting.utils.EntryXIndexComparator
 
ComponentBase - Class in com.github.mikephil.charting.components
This class encapsulates everything both Axis, Legend and LimitLines have in common.
ComponentBase() - Constructor for class com.github.mikephil.charting.components.ComponentBase
 
computeAxis(float, List<String>) - Method in class com.github.mikephil.charting.renderer.XAxisRenderer
 
computeAxis(float, List<String>) - Method in class com.github.mikephil.charting.renderer.XAxisRendererHorizontalBarChart
 
computeAxis(float, float) - Method in class com.github.mikephil.charting.renderer.YAxisRenderer
Computes the axis values.
computeAxis(float, float) - Method in class com.github.mikephil.charting.renderer.YAxisRendererHorizontalBarChart
Computes the axis values.
computeAxis(float, float) - Method in class com.github.mikephil.charting.renderer.YAxisRendererRadarChart
 
computeAxisValues(float, float) - Method in class com.github.mikephil.charting.renderer.YAxisRenderer
Sets up the y-axis labels.
computeAxisValues(float, float) - Method in class com.github.mikephil.charting.renderer.YAxisRendererRadarChart
 
computeLegend(ChartData<?>) - Method in class com.github.mikephil.charting.renderer.LegendRenderer
Prepares the legend and calculates all needed forms, labels and colors.
computeScroll() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
computeScroll() - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
 
computeScroll() - Method in class com.github.mikephil.charting.listener.BarLineChartTouchListener
 
computeScroll() - Method in class com.github.mikephil.charting.listener.PieRadarChartTouchListener
 
contains(Entry) - Method in class com.github.mikephil.charting.data.ChartData
Checks if this data object contains the specified Entry.
contains(T) - Method in class com.github.mikephil.charting.data.ChartData
Checks if this data object contains the specified DataSet.
contains(Entry) - Method in class com.github.mikephil.charting.data.DataSet
Checks if this DataSet contains the specified Entry.
contains(float) - Method in class com.github.mikephil.charting.highlight.Range
Returns true if this range contains (if the value is in between) the given value, false if not.
contentBottom() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
contentHeight() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
contentLeft() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
contentRight() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
contentTop() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
contentWidth() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
convertDpToPixel(float) - Static method in class com.github.mikephil.charting.utils.Utils
This method converts dp unit to equivalent pixels, depending on device density.
convertIntegers(List<Integer>) - Static method in class com.github.mikephil.charting.utils.Utils
Converts the provided Integer List to an int array.
convertPixelsToDp(float) - Static method in class com.github.mikephil.charting.utils.Utils
This method converts device specific pixels to density independent pixels.
convertStrings(List<String>) - Static method in class com.github.mikephil.charting.utils.Utils
Converts the provided String List to a String array.
copy() - Method in class com.github.mikephil.charting.data.BarDataSet
 
copy() - Method in class com.github.mikephil.charting.data.BarEntry
Returns an exact copy of the BarEntry.
copy() - Method in class com.github.mikephil.charting.data.BubbleDataSet
 
copy() - Method in class com.github.mikephil.charting.data.BubbleEntry
 
copy() - Method in class com.github.mikephil.charting.data.CandleDataSet
 
copy() - Method in class com.github.mikephil.charting.data.CandleEntry
 
copy() - Method in class com.github.mikephil.charting.data.DataSet
Provides an exact copy of the DataSet this method is used on.
copy() - Method in class com.github.mikephil.charting.data.Entry
returns an exact copy of the entry
copy() - Method in class com.github.mikephil.charting.data.LineDataSet
 
copy() - Method in class com.github.mikephil.charting.data.PieDataSet
 
copy() - Method in class com.github.mikephil.charting.data.RadarDataSet
 
copy() - Method in class com.github.mikephil.charting.data.ScatterDataSet
 
createColors(Resources, int[]) - Static method in class com.github.mikephil.charting.utils.ColorTemplate
turn an array of resource-colors (contains resource-id integers) into an array list of actual color integers
createColors(int[]) - Static method in class com.github.mikephil.charting.utils.ColorTemplate
Turns an array of colors (integer color values) into an ArrayList of colors.
createRenderers(CombinedChart, ChartAnimator, ViewPortHandler) - Method in class com.github.mikephil.charting.renderer.CombinedChartRenderer
Creates the renderers needed for this combined-renderer in the required order.
CREATOR - Static variable in class com.github.mikephil.charting.data.Entry
 
cross(Vector3) - Method in class com.github.mikephil.charting.matrix.Vector3
 
cubicFillPath - Variable in class com.github.mikephil.charting.renderer.LineChartRenderer
 
cubicPath - Variable in class com.github.mikephil.charting.renderer.LineChartRenderer
 

D

DataRenderer - Class in com.github.mikephil.charting.renderer
Superclass of all render classes for the different data types (line, bar, ...).
DataRenderer(ChartAnimator, ViewPortHandler) - Constructor for class com.github.mikephil.charting.renderer.DataRenderer
 
DataSet<T extends Entry> - Class in com.github.mikephil.charting.data
The DataSet class represents one group or type of entries (Entry) in the Chart that belong together.
DataSet(List<T>, String) - Constructor for class com.github.mikephil.charting.data.DataSet
Creates a new DataSet object with the given values it represents.
dataSet - Variable in class com.github.mikephil.charting.utils.SelectionDetail
 
dataSetIndex - Variable in class com.github.mikephil.charting.utils.SelectionDetail
 
DefaultFillFormatter - Class in com.github.mikephil.charting.formatter
Default formatter that calculates the position of the filled line.
DefaultFillFormatter() - Constructor for class com.github.mikephil.charting.formatter.DefaultFillFormatter
 
DefaultValueFormatter - Class in com.github.mikephil.charting.formatter
Default formatter used for formatting values inside the chart.
DefaultValueFormatter(int) - Constructor for class com.github.mikephil.charting.formatter.DefaultValueFormatter
Constructor that specifies to how many digits the value should be formatted.
DefaultXAxisValueFormatter - Class in com.github.mikephil.charting.formatter
Created by Philipp Jahoda on 14/09/15.
DefaultXAxisValueFormatter() - Constructor for class com.github.mikephil.charting.formatter.DefaultXAxisValueFormatter
 
DefaultYAxisValueFormatter - Class in com.github.mikephil.charting.formatter
Created by Philipp Jahoda on 20/09/15.
DefaultYAxisValueFormatter(int) - Constructor for class com.github.mikephil.charting.formatter.DefaultYAxisValueFormatter
Constructor that specifies to how many digits the value should be formatted.
DEG2RAD - Static variable in class com.github.mikephil.charting.utils.Utils
 
describeContents() - Method in class com.github.mikephil.charting.data.Entry
 
disableDashedHighlightLine() - Method in class com.github.mikephil.charting.data.LineScatterCandleRadarDataSet
Disables the highlight-line to be drawn in dashed mode.
disableDashedLine() - Method in class com.github.mikephil.charting.components.LimitLine
Disables the line to be drawn in dashed mode.
disableDashedLine() - Method in class com.github.mikephil.charting.data.LineDataSet
Disables the line to be drawn in dashed mode.
disableFiltering() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Disables data filtering for the chart.
disableGridDashedLine() - Method in class com.github.mikephil.charting.components.AxisBase
Disables the grid line to be drawn in dashed mode.
disableScroll() - Method in class com.github.mikephil.charting.charts.Chart
disables intercept touchevents
distance(float, float, float, float) - Static method in class com.github.mikephil.charting.listener.ChartTouchListener
returns the distance between two points
distance2(Vector3) - Method in class com.github.mikephil.charting.matrix.Vector3
 
distanceToCenter(float, float) - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
Returns the distance of a certain point on the chart to the center of the chart.
divide(float) - Method in class com.github.mikephil.charting.matrix.Vector3
 
dot(Vector3) - Method in class com.github.mikephil.charting.matrix.Vector3
 
DRAG - Static variable in class com.github.mikephil.charting.listener.ChartTouchListener
 
draw(Canvas, float, float) - Method in class com.github.mikephil.charting.components.MarkerView
Draws the MarkerView on the given position on the screen with the given Canvas object.
drawCenterText(Canvas) - Method in class com.github.mikephil.charting.renderer.PieChartRenderer
draws the description text in the center of the pie chart makes most sense when center-hole is enabled
drawCircles(Canvas) - Method in class com.github.mikephil.charting.renderer.LineChartRenderer
 
drawCubic(Canvas, LineDataSet, List<Entry>) - Method in class com.github.mikephil.charting.renderer.LineChartRenderer
Draws a cubic line.
drawCubicFill(Canvas, LineDataSet, Path, Transformer, int, int) - Method in class com.github.mikephil.charting.renderer.LineChartRenderer
 
drawData(Canvas) - Method in class com.github.mikephil.charting.renderer.BarChartRenderer
 
drawData(Canvas) - Method in class com.github.mikephil.charting.renderer.BubbleChartRenderer
 
drawData(Canvas) - Method in class com.github.mikephil.charting.renderer.CandleStickChartRenderer
 
drawData(Canvas) - Method in class com.github.mikephil.charting.renderer.CombinedChartRenderer
 
drawData(Canvas) - Method in class com.github.mikephil.charting.renderer.DataRenderer
Draws the actual data in form of lines, bars, ...
drawData(Canvas) - Method in class com.github.mikephil.charting.renderer.LineChartRenderer
 
drawData(Canvas) - Method in class com.github.mikephil.charting.renderer.PieChartRenderer
 
drawData(Canvas) - Method in class com.github.mikephil.charting.renderer.RadarChartRenderer
 
drawData(Canvas) - Method in class com.github.mikephil.charting.renderer.ScatterChartRenderer
 
drawDataSet(Canvas, BarDataSet, int) - Method in class com.github.mikephil.charting.renderer.BarChartRenderer
 
drawDataSet(Canvas, BubbleDataSet) - Method in class com.github.mikephil.charting.renderer.BubbleChartRenderer
 
drawDataSet(Canvas, CandleDataSet) - Method in class com.github.mikephil.charting.renderer.CandleStickChartRenderer
 
drawDataSet(Canvas, BarDataSet, int) - Method in class com.github.mikephil.charting.renderer.HorizontalBarChartRenderer
 
drawDataSet(Canvas, LineDataSet) - Method in class com.github.mikephil.charting.renderer.LineChartRenderer
 
drawDataSet(Canvas, PieDataSet) - Method in class com.github.mikephil.charting.renderer.PieChartRenderer
 
drawDataSet(Canvas, RadarDataSet) - Method in class com.github.mikephil.charting.renderer.RadarChartRenderer
 
drawDataSet(Canvas, ScatterDataSet) - Method in class com.github.mikephil.charting.renderer.ScatterChartRenderer
 
drawDescription(Canvas) - Method in class com.github.mikephil.charting.charts.Chart
draws the description text in the bottom right corner of the chart
drawExtras(Canvas) - Method in class com.github.mikephil.charting.renderer.BarChartRenderer
 
drawExtras(Canvas) - Method in class com.github.mikephil.charting.renderer.BubbleChartRenderer
 
drawExtras(Canvas) - Method in class com.github.mikephil.charting.renderer.CandleStickChartRenderer
 
drawExtras(Canvas) - Method in class com.github.mikephil.charting.renderer.CombinedChartRenderer
 
drawExtras(Canvas) - Method in class com.github.mikephil.charting.renderer.DataRenderer
Draws any kind of additional information (e.g.
drawExtras(Canvas) - Method in class com.github.mikephil.charting.renderer.LineChartRenderer
 
drawExtras(Canvas) - Method in class com.github.mikephil.charting.renderer.PieChartRenderer
 
drawExtras(Canvas) - Method in class com.github.mikephil.charting.renderer.RadarChartRenderer
 
drawExtras(Canvas) - Method in class com.github.mikephil.charting.renderer.ScatterChartRenderer
 
drawFilledPath(Canvas, Path, int, int) - Method in class com.github.mikephil.charting.renderer.LineChartRenderer
Draws the provided path in filled mode with the provided color and alpha.
drawForm(Canvas, float, float, int, Legend) - Method in class com.github.mikephil.charting.renderer.LegendRenderer
Draws the Legend-form at the given position with the color at the given index.
drawGridBackground(Canvas) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
draws the grid background
drawHighlighted(Canvas, Highlight[]) - Method in class com.github.mikephil.charting.renderer.BarChartRenderer
 
drawHighlighted(Canvas, Highlight[]) - Method in class com.github.mikephil.charting.renderer.BubbleChartRenderer
 
drawHighlighted(Canvas, Highlight[]) - Method in class com.github.mikephil.charting.renderer.CandleStickChartRenderer
 
drawHighlighted(Canvas, Highlight[]) - Method in class com.github.mikephil.charting.renderer.CombinedChartRenderer
 
drawHighlighted(Canvas, Highlight[]) - Method in class com.github.mikephil.charting.renderer.DataRenderer
Draws all highlight indicators for the values that are currently highlighted.
drawHighlighted(Canvas, Highlight[]) - Method in class com.github.mikephil.charting.renderer.LineChartRenderer
 
drawHighlighted(Canvas, Highlight[]) - Method in class com.github.mikephil.charting.renderer.PieChartRenderer
 
drawHighlighted(Canvas, Highlight[]) - Method in class com.github.mikephil.charting.renderer.RadarChartRenderer
 
drawHighlighted(Canvas, Highlight[]) - Method in class com.github.mikephil.charting.renderer.ScatterChartRenderer
 
drawHighlightLines(Canvas, float[], LineScatterCandleRadarDataSet) - Method in class com.github.mikephil.charting.renderer.LineScatterCandleRadarRenderer
Draws vertical & horizontal highlight-lines if enabled.
drawHole(Canvas) - Method in class com.github.mikephil.charting.renderer.PieChartRenderer
draws the hole in the center of the chart and the transparent circle / hole
DrawingDataSetNotCreatedException - Exception in com.github.mikephil.charting.exception
 
DrawingDataSetNotCreatedException() - Constructor for exception com.github.mikephil.charting.exception.DrawingDataSetNotCreatedException
 
drawLabel(Canvas, float, float, String) - Method in class com.github.mikephil.charting.renderer.LegendRenderer
Draws the provided label at the given position.
drawLabel(Canvas, String, int, float, float, PointF, float) - Method in class com.github.mikephil.charting.renderer.XAxisRenderer
 
drawLabels(Canvas, float, PointF) - Method in class com.github.mikephil.charting.renderer.XAxisRenderer
draws the x-labels on the specified y-position
drawLabels(Canvas, float, PointF) - Method in class com.github.mikephil.charting.renderer.XAxisRendererBarChart
draws the x-labels on the specified y-position
drawLabels(Canvas, float, PointF) - Method in class com.github.mikephil.charting.renderer.XAxisRendererHorizontalBarChart
draws the x-labels on the specified y-position
drawLinear(Canvas, LineDataSet, List<Entry>) - Method in class com.github.mikephil.charting.renderer.LineChartRenderer
Draws a normal line.
drawLinearFill(Canvas, LineDataSet, List<Entry>, int, int, Transformer) - Method in class com.github.mikephil.charting.renderer.LineChartRenderer
 
drawMarkers(Canvas) - Method in class com.github.mikephil.charting.charts.Chart
draws all MarkerViews on the highlighted positions
drawRoundedSlices(Canvas) - Method in class com.github.mikephil.charting.renderer.PieChartRenderer
This gives all pie-slices a rounded edge.
drawText(Canvas, String, float, float, Paint, PointF, float) - Static method in class com.github.mikephil.charting.utils.Utils
 
drawValue(Canvas, ValueFormatter, float, Entry, int, float, float) - Method in class com.github.mikephil.charting.renderer.DataRenderer
Draws the value of the given entry by using the provided ValueFormatter.
drawValue(Canvas, String, float, float) - Method in class com.github.mikephil.charting.renderer.HorizontalBarChartRenderer
 
drawValues(Canvas) - Method in class com.github.mikephil.charting.renderer.BarChartRenderer
 
drawValues(Canvas) - Method in class com.github.mikephil.charting.renderer.BubbleChartRenderer
 
drawValues(Canvas) - Method in class com.github.mikephil.charting.renderer.CandleStickChartRenderer
 
drawValues(Canvas) - Method in class com.github.mikephil.charting.renderer.CombinedChartRenderer
 
drawValues(Canvas) - Method in class com.github.mikephil.charting.renderer.DataRenderer
Loops over all Entrys and draws their values.
drawValues(Canvas) - Method in class com.github.mikephil.charting.renderer.HorizontalBarChartRenderer
 
drawValues(Canvas) - Method in class com.github.mikephil.charting.renderer.LineChartRenderer
 
drawValues(Canvas) - Method in class com.github.mikephil.charting.renderer.PieChartRenderer
 
drawValues(Canvas) - Method in class com.github.mikephil.charting.renderer.RadarChartRenderer
 
drawValues(Canvas) - Method in class com.github.mikephil.charting.renderer.ScatterChartRenderer
 
drawWeb(Canvas) - Method in class com.github.mikephil.charting.renderer.RadarChartRenderer
 
drawYLabels(Canvas, float, float[], float) - Method in class com.github.mikephil.charting.renderer.YAxisRenderer
draws the y-labels on the specified x-position
drawYLabels(Canvas, float, float[], float) - Method in class com.github.mikephil.charting.renderer.YAxisRendererHorizontalBarChart
draws the y-labels on the specified x-position

E

Easing - Class in com.github.mikephil.charting.animation
Easing options.
Easing() - Constructor for class com.github.mikephil.charting.animation.Easing
 
Easing.EasingOption - Enum in com.github.mikephil.charting.animation
Use EasingOption instead of EasingFunction to avoid crashes below Android 3.0
EasingFunction - Interface in com.github.mikephil.charting.animation
Interface for creating custom made easing functions.
enableDashedHighlightLine(float, float, float) - Method in class com.github.mikephil.charting.data.LineScatterCandleRadarDataSet
Enables the highlight-line to be drawn in dashed mode, e.g.
enableDashedLine(float, float, float) - Method in class com.github.mikephil.charting.components.LimitLine
Enables the line to be drawn in dashed mode, e.g.
enableDashedLine(float, float, float) - Method in class com.github.mikephil.charting.data.LineDataSet
Enables the line to be drawn in dashed mode, e.g.
enableFiltering(Approximator) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Enables data filtering for the chart data, filtering will use the user customized Approximator handed over to this method.
enableGridDashedLine(float, float, float) - Method in class com.github.mikephil.charting.components.AxisBase
Enables the grid line to be drawn in dashed mode, e.g.
enableScroll() - Method in class com.github.mikephil.charting.charts.Chart
enables intercept touchevents
endAction(MotionEvent) - Method in class com.github.mikephil.charting.listener.ChartTouchListener
Calls the OnChartGestureListener to do the end callback
Entry - Class in com.github.mikephil.charting.data
Class representing one entry in the chart.
Entry(float, int) - Constructor for class com.github.mikephil.charting.data.Entry
A Entry represents one single entry in the chart.
Entry(float, int, Object) - Constructor for class com.github.mikephil.charting.data.Entry
A Entry represents one single entry in the chart.
Entry(Parcel) - Constructor for class com.github.mikephil.charting.data.Entry
 
EntryXIndexComparator - Class in com.github.mikephil.charting.utils
Comparator for comparing Entry-objects by their x-index.
EntryXIndexComparator() - Constructor for class com.github.mikephil.charting.utils.EntryXIndexComparator
 
equals(Object) - Method in class com.github.mikephil.charting.utils.FSize
 
equalTo(Entry) - Method in class com.github.mikephil.charting.data.Entry
Compares value, xIndex and data of the entries.
equalTo(Highlight) - Method in class com.github.mikephil.charting.highlight.Highlight
returns true if this highlight object is equal to the other (compares xIndex and dataSetIndex)

F

FDEG2RAD - Static variable in class com.github.mikephil.charting.utils.Utils
 
feed(List<T>) - Method in class com.github.mikephil.charting.buffer.AbstractBuffer
Builds up the buffer with the provided data and resets the buffer-index after feed-completion.
feed(List<BarEntry>) - Method in class com.github.mikephil.charting.buffer.BarBuffer
 
feed(List<CandleEntry>) - Method in class com.github.mikephil.charting.buffer.CandleBodyBuffer
 
feed(List<CandleEntry>) - Method in class com.github.mikephil.charting.buffer.CandleShadowBuffer
 
feed(List<Entry>) - Method in class com.github.mikephil.charting.buffer.CircleBuffer
 
feed(List<BarEntry>) - Method in class com.github.mikephil.charting.buffer.HorizontalBarBuffer
 
feed(List<Entry>) - Method in class com.github.mikephil.charting.buffer.LineBuffer
 
feed(List<Entry>) - Method in class com.github.mikephil.charting.buffer.ScatterBuffer
 
FileUtils - Class in com.github.mikephil.charting.utils
Utilities class for interacting with the assets and the devices storage to load and save DataSet objects from and to .txt files.
FileUtils() - Constructor for class com.github.mikephil.charting.utils.FileUtils
 
FillFormatter - Interface in com.github.mikephil.charting.formatter
Interface for providing a custom logic to where the filling line of a LineDataSet should end.
filter(List<Entry>) - Method in class com.github.mikephil.charting.data.filter.Approximator
Filters according to type.
filter(List<Entry>, double) - Method in class com.github.mikephil.charting.data.filter.Approximator
Filters according to type.
fitsBounds(float, float, float) - Method in class com.github.mikephil.charting.renderer.Renderer
Returns true if the specified value fits in between the provided min and max bounds, false if not.
fitScreen() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Resets all zooming and dragging and makes the chart fit exactly it's bounds.
fitScreen() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
Resets all zooming and dragging and makes the chart fit exactly it's bounds.
formatNumber(float, int, boolean) - Static method in class com.github.mikephil.charting.utils.Utils
Formats the given number to the given number of decimals, and returns the number as a string, maximum 35 characters.
formatNumber(float, int, boolean, char) - Static method in class com.github.mikephil.charting.utils.Utils
Formats the given number to the given number of decimals, and returns the number as a string, maximum 35 characters.
from - Variable in class com.github.mikephil.charting.highlight.Range
 
FSize - Class in com.github.mikephil.charting.utils
Immutable class for describing width and height dimensions in some arbitrary unit.
FSize(float, float) - Constructor for class com.github.mikephil.charting.utils.FSize
 

G

generateTransformedValuesBarChart(List<? extends Entry>, int, BarData, float) - Method in class com.github.mikephil.charting.utils.Transformer
Transforms an List of Entry into a float array containing the x and y values transformed with all matrices for the BARCHART.
generateTransformedValuesBubble(List<? extends Entry>, float, float, int, int) - Method in class com.github.mikephil.charting.utils.Transformer
Transforms an List of Entry into a float array containing the x and y values transformed with all matrices for the BUBBLECHART.
generateTransformedValuesCandle(List<CandleEntry>, float, float, int, int) - Method in class com.github.mikephil.charting.utils.Transformer
Transforms an List of Entry into a float array containing the x and y values transformed with all matrices for the CANDLESTICKCHART.
generateTransformedValuesHorizontalBarChart(List<? extends Entry>, int, BarData, float) - Method in class com.github.mikephil.charting.utils.Transformer
Transforms an List of Entry into a float array containing the x and y values transformed with all matrices for the BARCHART.
generateTransformedValuesLine(List<? extends Entry>, float, float, int, int) - Method in class com.github.mikephil.charting.utils.Transformer
Transforms an List of Entry into a float array containing the x and y values transformed with all matrices for the LINECHART.
generateTransformedValuesScatter(List<? extends Entry>, float) - Method in class com.github.mikephil.charting.utils.Transformer
Transforms an List of Entry into a float array containing the x and y values transformed with all matrices for the SCATTERCHART.
generateXVals(int, int) - Static method in class com.github.mikephil.charting.data.ChartData
Generates an x-values array filled with numbers in range specified by the parameters.
getAbsoluteAngles() - Method in class com.github.mikephil.charting.charts.PieChart
returns the absolute angles of the different chart slices (where the slices end)
getAllData() - Method in class com.github.mikephil.charting.data.CombinedData
Returns all data objects in row: line-bar-scatter-candle-bubble if not null.
getAllPossibleShapes() - Static method in class com.github.mikephil.charting.charts.ScatterChart
Returns all possible predefined ScatterShapes.
getAngleForPoint(float, float) - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
returns the angle relative to the chart center for the given point on the chart in degrees.
getAnimator() - Method in class com.github.mikephil.charting.charts.Chart
Returns the animator responsible for animating chart values.
getAverage() - Method in class com.github.mikephil.charting.data.ChartData
Returns the average value across all entries in this Data object (all entries from the DataSets this data object holds)
getAverage() - Method in class com.github.mikephil.charting.data.DataSet
Returns the average value across all entries in this DataSet.
getAxis(YAxis.AxisDependency) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Returns the y-axis object to the corresponding AxisDependency.
getAxis(YAxis.AxisDependency) - Method in interface com.github.mikephil.charting.interfaces.LineDataProvider
 
getAxisDependency() - Method in class com.github.mikephil.charting.components.YAxis
 
getAxisDependency() - Method in class com.github.mikephil.charting.data.DataSet
Returns the axis this DataSet should be plotted against.
getAxisLeft() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Returns the left y-axis object.
getAxisLineColor() - Method in class com.github.mikephil.charting.components.AxisBase
Returns the color of the axis line (line alongside the axis).
getAxisLineWidth() - Method in class com.github.mikephil.charting.components.AxisBase
Returns the width of the axis line (line alongside the axis).
getAxisMaxValue() - Method in class com.github.mikephil.charting.components.YAxis
 
getAxisMinValue() - Method in class com.github.mikephil.charting.components.YAxis
 
getAxisRight() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Returns the right y-axis object.
getBarBounds(BarEntry) - Method in class com.github.mikephil.charting.charts.BarChart
Returns the bounding box of the specified Entry in the specified DataSet.
getBarBounds(BarEntry) - Method in class com.github.mikephil.charting.charts.HorizontalBarChart
 
getBarData() - Method in class com.github.mikephil.charting.charts.BarChart
 
getBarData() - Method in class com.github.mikephil.charting.charts.CombinedChart
 
getBarData() - Method in class com.github.mikephil.charting.data.CombinedData
 
getBarData() - Method in interface com.github.mikephil.charting.interfaces.BarDataProvider
 
getBarShadowColor() - Method in class com.github.mikephil.charting.data.BarDataSet
Returns the color used for drawing the bar-shadows.
getBarSpace() - Method in class com.github.mikephil.charting.data.BarDataSet
returns the space between bars as the actual value (0 - 1.0f)
getBarSpacePercent() - Method in class com.github.mikephil.charting.data.BarDataSet
returns the space between bars in percent of the whole width of one value
getBase(float) - Method in class com.github.mikephil.charting.highlight.BarHighlighter
Returns the base x-value to the corresponding x-touch value in pixels.
getBase(float) - Method in class com.github.mikephil.charting.highlight.HorizontalBarHighlighter
Returns the base y-value to the corresponding x-touch value in pixels.
getBelowSum(int) - Method in class com.github.mikephil.charting.data.BarEntry
 
getBodyRange() - Method in class com.github.mikephil.charting.data.CandleEntry
Returns the body size (difference between open and close).
getBodySpace() - Method in class com.github.mikephil.charting.data.CandleDataSet
Returns the space that is left out on the left and right side of each candle.
getBubbleData() - Method in class com.github.mikephil.charting.charts.BubbleChart
 
getBubbleData() - Method in class com.github.mikephil.charting.charts.CombinedChart
 
getBubbleData() - Method in class com.github.mikephil.charting.data.CombinedData
 
getBubbleData() - Method in interface com.github.mikephil.charting.interfaces.BubbleDataProvider
 
getCalculatedLabelBreakPoints() - Method in class com.github.mikephil.charting.components.Legend
 
getCalculatedLabelSizes() - Method in class com.github.mikephil.charting.components.Legend
 
getCalculatedLineSizes() - Method in class com.github.mikephil.charting.components.Legend
 
getCandleData() - Method in class com.github.mikephil.charting.charts.CandleStickChart
 
getCandleData() - Method in class com.github.mikephil.charting.charts.CombinedChart
 
getCandleData() - Method in class com.github.mikephil.charting.data.CombinedData
 
getCandleData() - Method in interface com.github.mikephil.charting.interfaces.CandleDataProvider
 
getCenter() - Method in class com.github.mikephil.charting.charts.Chart
Returns the center point of the chart (the whole View) in pixels.
getCenterCircleBox() - Method in class com.github.mikephil.charting.charts.PieChart
returns the center of the circlebox
getCenterOffsets() - Method in class com.github.mikephil.charting.charts.Chart
Returns the center of the chart taking offsets under consideration.
getCenterOffsets() - Method in interface com.github.mikephil.charting.interfaces.ChartInterface
 
getCenterOfView() - Method in class com.github.mikephil.charting.charts.Chart
 
getCenterOfView() - Method in interface com.github.mikephil.charting.interfaces.ChartInterface
 
getCenterText() - Method in class com.github.mikephil.charting.charts.PieChart
returns the text that is drawn in the center of the pie-chart
getCenterTextRadiusPercent() - Method in class com.github.mikephil.charting.charts.PieChart
the rectangular radius of the bounding box for the center text, as a percentage of the pie hole default 1.f (100%)
getChartBitmap() - Method in class com.github.mikephil.charting.charts.Chart
Returns the bitmap that represents the chart.
getChartHeight() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
getChartWidth() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
getCircleBox() - Method in class com.github.mikephil.charting.charts.PieChart
returns the circlebox, the boundingbox of the pie-chart slices
getCircleColor(int) - Method in class com.github.mikephil.charting.data.LineDataSet
Returns the color at the given index of the DataSet's circle-color array.
getCircleColors() - Method in class com.github.mikephil.charting.data.LineDataSet
returns all colors specified for the circles
getCircleHoleColor() - Method in class com.github.mikephil.charting.data.LineDataSet
Returns the color of the inner circle.
getCircleSize() - Method in class com.github.mikephil.charting.data.LineDataSet
returns the circlesize
getClose() - Method in class com.github.mikephil.charting.data.CandleEntry
Returns the bodys close value.
getClosestDataSetIndex(List<SelectionDetail>, float, YAxis.AxisDependency) - Static method in class com.github.mikephil.charting.utils.Utils
Returns the index of the DataSet that contains the closest value on the y-axis.
getClosestStackIndex(Range[], float) - Method in class com.github.mikephil.charting.highlight.BarHighlighter
Returns the index of the closest value inside the values array / ranges (stacked barchart) to the value given as a parameter.
getColor(int) - Method in class com.github.mikephil.charting.data.DataSet
Returns the color at the given index of the DataSet's color array.
getColor() - Method in class com.github.mikephil.charting.data.DataSet
Returns the first color (index 0) of the colors-array this DataSet contains.
getColor(Entry, int) - Method in interface com.github.mikephil.charting.formatter.ColorFormatter
 
getColors() - Method in class com.github.mikephil.charting.components.Legend
returns all the colors the legend uses
getColors() - Method in class com.github.mikephil.charting.data.ChartData
Returns all colors used across all DataSet objects this object represents.
getColors() - Method in class com.github.mikephil.charting.data.DataSet
returns all the colors that are set for this DataSet
getContentCenter() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
getContentRect() - Method in class com.github.mikephil.charting.charts.Chart
Returns the rectangle that defines the borders of the chart-value surface (into which the actual values are drawn).
getContentRect() - Method in interface com.github.mikephil.charting.interfaces.ChartInterface
 
getContentRect() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
getCubicIntensity() - Method in class com.github.mikephil.charting.data.LineDataSet
Returns the intensity of the cubic lines (the effect intensity).
getCustomScatterShape() - Method in class com.github.mikephil.charting.data.ScatterDataSet
returns the custom path / shape that is specified to be drawn where the values are at
getDashPathEffect() - Method in class com.github.mikephil.charting.components.LimitLine
returns the DashPathEffect that is set for this LimitLine
getDashPathEffect() - Method in class com.github.mikephil.charting.data.LineDataSet
returns the DashPathEffect that is set for this DataSet
getDashPathEffectHighlight() - Method in class com.github.mikephil.charting.data.LineScatterCandleRadarDataSet
 
getData() - Method in class com.github.mikephil.charting.charts.Chart
Returns the ChartData object that has been set for the chart.
getData() - Method in class com.github.mikephil.charting.data.Entry
Returns the data, additional information that this Entry represents, or null, if no data has been specified.
getData() - Method in interface com.github.mikephil.charting.interfaces.BarLineScatterCandleBubbleDataProvider
 
getData() - Method in interface com.github.mikephil.charting.interfaces.ChartInterface
 
getDataSet() - Method in class com.github.mikephil.charting.data.PieData
Returns the DataSet this PieData object represents.
getDataSetByIndex(int) - Method in class com.github.mikephil.charting.data.ChartData
Returns the DataSet object at the given index.
getDataSetByIndex(int) - Method in class com.github.mikephil.charting.data.PieData
 
getDataSetByLabel(String, boolean) - Method in class com.github.mikephil.charting.data.ChartData
Returns the DataSet object with the given label.
getDataSetByLabel(String, boolean) - Method in class com.github.mikephil.charting.data.PieData
 
getDataSetByTouchPoint(float, float) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
returns the DataSet object displayed at the touched position of the chart
getDataSetCount() - Method in class com.github.mikephil.charting.data.ChartData
returns the number of LineDataSets this object contains
getDataSetForEntry(Entry) - Method in class com.github.mikephil.charting.data.ChartData
Returns the DataSet that contains the provided Entry, or null, if no DataSet contains this Entry.
getDataSetIndex(int, float, float) - Method in class com.github.mikephil.charting.highlight.BarHighlighter
 
getDataSetIndex(int, float, float) - Method in class com.github.mikephil.charting.highlight.ChartHighlighter
Returns the corresponding dataset-index for a given xIndex and xy-touch position in pixels.
getDataSetIndex() - Method in class com.github.mikephil.charting.highlight.Highlight
returns the index of the DataSet the highlighted value is in
getDataSetIndexByLabel(List<T>, String, boolean) - Method in class com.github.mikephil.charting.data.ChartData
Retrieve the index of a DataSet with a specific label from the ChartData.
getDataSetIndexForIndex(int) - Method in class com.github.mikephil.charting.charts.PieChart
Returns the index of the DataSet this x-index belongs to.
getDataSetLabels() - Method in class com.github.mikephil.charting.data.ChartData
Returns the labels of all DataSets as a string array.
getDataSets() - Method in class com.github.mikephil.charting.data.ChartData
Returns an the array of DataSets this object holds.
getDecimals(float) - Static method in class com.github.mikephil.charting.utils.Utils
Returns the appropriate number of decimals to be used for the provided number.
getDecreasingColor() - Method in class com.github.mikephil.charting.data.CandleDataSet
Returns the decreasing color.
getDecreasingPaintStyle() - Method in class com.github.mikephil.charting.data.CandleDataSet
Returns paint style when open > close
getDefaultValueFormatter() - Method in class com.github.mikephil.charting.charts.Chart
Returns the default ValueFormatter that has been determined by the chart considering the provided minimum and maximum values.
getDefaultValueFormatter() - Method in interface com.github.mikephil.charting.interfaces.ChartInterface
 
getDeltaY(YAxis.AxisDependency) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Returns the delta-y value (y-value range) of the specified axis.
getDiameter() - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
returns the diameter of the pie- or radar-chart
getDirection() - Method in class com.github.mikephil.charting.components.Legend
returns the text direction of the legend
getDragDecelerationFrictionCoef() - Method in class com.github.mikephil.charting.charts.Chart
Returns drag deceleration friction coefficient
getDrawAngles() - Method in class com.github.mikephil.charting.charts.PieChart
returns an integer array of all the different angles the chart slices have the angles in the returned array determine how much space (of 360°) each slice takes
getDrawListener() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Gets the OnDrawListener.
getDrawOrder() - Method in class com.github.mikephil.charting.charts.CombinedChart
Returns the currently set draw order.
getEasingFunctionFromOption(Easing.EasingOption) - Static method in class com.github.mikephil.charting.animation.Easing
 
getEntriesAtIndex(int) - Method in class com.github.mikephil.charting.charts.Chart
Get all Entry objects at the given index across all DataSets.
getEntriesForXIndex(int) - Method in class com.github.mikephil.charting.data.DataSet
Returns all Entry objects at the given xIndex.
getEntryByTouchPoint(float, float) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
returns the Entry object displayed at the touched position of the chart
getEntryCount() - Method in class com.github.mikephil.charting.data.DataSet
returns the number of y-values this DataSet represents
getEntryCountStacks() - Method in class com.github.mikephil.charting.data.BarDataSet
returns the overall entry count, including counting each stack-value individually
getEntryForHighlight(Highlight) - Method in class com.github.mikephil.charting.data.ChartData
Get the Entry for a corresponding highlight object
getEntryForXIndex(int) - Method in class com.github.mikephil.charting.data.DataSet
Returns the first Entry object found at the given xIndex with binary search.
getEntryIndex(int) - Method in class com.github.mikephil.charting.data.DataSet
Returns the first Entry index found at the given xIndex with binary search.
getEntryPosition(Entry) - Method in class com.github.mikephil.charting.data.DataSet
Returns the position of the provided entry in the DataSets Entry array.
getExtraBottomOffset() - Method in class com.github.mikephil.charting.charts.Chart
 
getExtraColors() - Method in class com.github.mikephil.charting.components.Legend
colors that will be appended to the end of the colors array after calculating the legend.
getExtraLabels() - Method in class com.github.mikephil.charting.components.Legend
labels that will be appended to the end of the labels array after calculating the legend.
getExtraLeftOffset() - Method in class com.github.mikephil.charting.charts.Chart
 
getExtraRightOffset() - Method in class com.github.mikephil.charting.charts.Chart
 
getExtraTopOffset() - Method in class com.github.mikephil.charting.charts.Chart
 
getFactor() - Method in class com.github.mikephil.charting.charts.RadarChart
Returns the factor that is needed to transform values into pixels.
getFillAlpha() - Method in class com.github.mikephil.charting.data.LineRadarDataSet
returns the alpha value that is used for filling the line surface, default: 85
getFillColor() - Method in class com.github.mikephil.charting.data.LineRadarDataSet
returns the color that is used for filling the line surface
getFillFormatter() - Method in class com.github.mikephil.charting.data.LineDataSet
Returns the FillFormatter that is set for this DataSet.
getFillLinePosition(LineDataSet, LineDataProvider) - Method in class com.github.mikephil.charting.formatter.DefaultFillFormatter
 
getFillLinePosition(LineDataSet, LineDataProvider) - Method in interface com.github.mikephil.charting.formatter.FillFormatter
Returns the vertical (y-axis) position where the filled-line of the LineDataSet should end.
getFirstLeft() - Method in class com.github.mikephil.charting.data.ChartData
Returns the first DataSet from the datasets-array that has it's dependency on the left axis.
getFirstRight() - Method in class com.github.mikephil.charting.data.ChartData
Returns the first DataSet from the datasets-array that has it's dependency on the right axis.
getForm() - Method in class com.github.mikephil.charting.components.Legend
returns the current form/shape that is set for the legend
getFormattedLabel(int) - Method in class com.github.mikephil.charting.components.YAxis
Returns the formatted y-label at the specified index.
getFormattedValue(float, Entry, int, ViewPortHandler) - Method in class com.github.mikephil.charting.formatter.DefaultValueFormatter
 
getFormattedValue(float, YAxis) - Method in class com.github.mikephil.charting.formatter.DefaultYAxisValueFormatter
 
getFormattedValue(float, Entry, int, ViewPortHandler) - Method in class com.github.mikephil.charting.formatter.LargeValueFormatter
 
getFormattedValue(float, YAxis) - Method in class com.github.mikephil.charting.formatter.LargeValueFormatter
 
getFormattedValue(float, Entry, int, ViewPortHandler) - Method in class com.github.mikephil.charting.formatter.PercentFormatter
 
getFormattedValue(float, YAxis) - Method in class com.github.mikephil.charting.formatter.PercentFormatter
 
getFormattedValue(float, Entry, int, ViewPortHandler) - Method in interface com.github.mikephil.charting.formatter.ValueFormatter
Called when a value (from labels inside the chart) is formatted before being drawn.
getFormattedValue(float, YAxis) - Method in interface com.github.mikephil.charting.formatter.YAxisValueFormatter
Called when a value from the YAxis is formatted before being drawn.
getFormPaint() - Method in class com.github.mikephil.charting.renderer.LegendRenderer
Returns the Paint object used for drawing the Legend forms.
getFormSize() - Method in class com.github.mikephil.charting.components.Legend
returns the size in dp of the legend forms
getFormToTextSpace() - Method in class com.github.mikephil.charting.components.Legend
returns the space between the form and the actual label/text
getFullHeight(Paint) - Method in class com.github.mikephil.charting.components.Legend
Calculates the full height of the drawn legend.
getFullWidth(Paint) - Method in class com.github.mikephil.charting.components.Legend
calculates the full width the fully drawn legend will use in pixels
getGreatestShapeSize() - Method in class com.github.mikephil.charting.data.ScatterData
Returns the maximum shape-size across all DataSets.
getGridColor() - Method in class com.github.mikephil.charting.components.AxisBase
Returns the color of the grid lines for this axis (the horizontal lines coming from each label).
getGridDashPathEffect() - Method in class com.github.mikephil.charting.components.AxisBase
returns the DashPathEffect that is set for grid line
getGridLineWidth() - Method in class com.github.mikephil.charting.components.AxisBase
Returns the width of the grid lines that are drawn away from each axis label.
getGroupSpace() - Method in class com.github.mikephil.charting.data.BarData
Returns the space that is left out between groups of bars.
getHeight() - Method in interface com.github.mikephil.charting.interfaces.ChartInterface
 
getHigh() - Method in class com.github.mikephil.charting.data.CandleEntry
Returns the upper shadows highest value.
getHighestVisibleXIndex() - Method in class com.github.mikephil.charting.charts.BarChart
Returns the highest x-index (value on the x-axis) that is still visible on the chart.
getHighestVisibleXIndex() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Returns the highest x-index (value on the x-axis) that is still visible on the chart.
getHighestVisibleXIndex() - Method in class com.github.mikephil.charting.charts.HorizontalBarChart
Returns the highest x-index (value on the x-axis) that is still visible on the chart.
getHighestVisibleXIndex() - Method in interface com.github.mikephil.charting.interfaces.BarLineScatterCandleBubbleDataProvider
 
getHighlight(float, float) - Method in class com.github.mikephil.charting.highlight.BarHighlighter
 
getHighlight(float, float) - Method in class com.github.mikephil.charting.highlight.ChartHighlighter
Returns a Highlight object corresponding to the given x- and y- touch positions in pixels.
getHighlight(float, float) - Method in class com.github.mikephil.charting.highlight.HorizontalBarHighlighter
 
getHighLightAlpha() - Method in class com.github.mikephil.charting.data.BarDataSet
Returns the alpha value (transparency) that is used for drawing the highlight indicator.
getHighlightByTouchPoint(float, float) - Method in class com.github.mikephil.charting.charts.BarChart
Returns the Highlight object (contains x-index and DataSet index) of the selected value at the given touch point inside the BarChart.
getHighlightByTouchPoint(float, float) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Returns the Highlight object (contains x-index and DataSet index) of the selected value at the given touch point inside the Line-, Scatter-, or CandleStick-Chart.
getHighlightByTouchPoint(float, float) - Method in class com.github.mikephil.charting.charts.HorizontalBarChart
Returns the Highlight object (contains x-index and DataSet index) of the selected value at the given touch point inside the BarChart.
getHighlightCircleWidth() - Method in class com.github.mikephil.charting.data.BubbleDataSet
 
getHighLightColor() - Method in class com.github.mikephil.charting.data.BarLineScatterCandleBubbleDataSet
Returns the color that is used for drawing the highlight indicators.
getHighlighted() - Method in class com.github.mikephil.charting.charts.Chart
Returns the array of currently highlighted values.
getHighlightLineWidth() - Method in class com.github.mikephil.charting.data.LineScatterCandleRadarDataSet
Returns the line-width in which highlight lines are to be drawn.
getHoleRadius() - Method in class com.github.mikephil.charting.charts.PieChart
Returns the size of the hole radius in percent of the total radius.
getHoloBlue() - Static method in class com.github.mikephil.charting.utils.ColorTemplate
Returns the Android ICS holo blue light color.
getIncreasingColor() - Method in class com.github.mikephil.charting.data.CandleDataSet
Returns the increasing color.
getIncreasingPaintStyle() - Method in class com.github.mikephil.charting.data.CandleDataSet
Returns paint style when open <= close
getIndexForAngle(float) - Method in class com.github.mikephil.charting.charts.PieChart
 
getIndexForAngle(float) - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
Returns the xIndex for the given angle around the center of the chart.
getIndexForAngle(float) - Method in class com.github.mikephil.charting.charts.RadarChart
 
getIndexInEntries(int) - Method in class com.github.mikephil.charting.data.DataSet
The xIndex of an Entry object is provided.
getIndexOfDataSet(T) - Method in class com.github.mikephil.charting.data.ChartData
Returns the index of the provided DataSet inside the DataSets array of this data object.
getInterpolation(float) - Method in interface com.github.mikephil.charting.animation.EasingFunction
 
getJobs() - Method in class com.github.mikephil.charting.charts.Chart
Returns all jobs that are scheduled to be executed after onSizeChanged(...).
getLabel(int) - Method in class com.github.mikephil.charting.components.Legend
Returns the legend-label at the given index.
getLabel() - Method in class com.github.mikephil.charting.components.LimitLine
Returns the label that is drawn next to the limit line.
getLabel() - Method in class com.github.mikephil.charting.data.DataSet
Returns the label string that describes the DataSet.
getLabelCount() - Method in class com.github.mikephil.charting.components.YAxis
Returns the number of label entries the y-axis should have
getLabelPaint() - Method in class com.github.mikephil.charting.renderer.LegendRenderer
Returns the Paint object used for drawing the Legend labels.
getLabelPosition() - Method in class com.github.mikephil.charting.components.LimitLine
Returns the position of the LimitLine label (value).
getLabelPosition() - Method in class com.github.mikephil.charting.components.YAxis
returns the position of the y-labels
getLabelRotationAngle() - Method in class com.github.mikephil.charting.components.XAxis
returns the angle for drawing the X axis labels (in degrees)
getLabels() - Method in class com.github.mikephil.charting.components.Legend
returns all the labels the legend uses
getLastGesture() - Method in class com.github.mikephil.charting.listener.ChartTouchListener
Returns the last gesture that has been performed on the chart.
getLegend() - Method in class com.github.mikephil.charting.charts.Chart
Returns the Legend object of the chart.
getLegendRenderer() - Method in class com.github.mikephil.charting.charts.Chart
Returns the renderer object responsible for rendering / drawing the Legend.
getLimit() - Method in class com.github.mikephil.charting.components.LimitLine
Returns the limit that is set for this line.
getLimitLines() - Method in class com.github.mikephil.charting.components.AxisBase
Returns the LimitLines of this axis.
getLineColor() - Method in class com.github.mikephil.charting.components.LimitLine
Returns the color that is used for this LimitLine
getLineData() - Method in class com.github.mikephil.charting.charts.CombinedChart
 
getLineData() - Method in class com.github.mikephil.charting.charts.LineChart
 
getLineData() - Method in class com.github.mikephil.charting.data.CombinedData
 
getLineData() - Method in interface com.github.mikephil.charting.interfaces.LineDataProvider
 
getLineHeight(Paint) - Static method in class com.github.mikephil.charting.utils.Utils
 
getLineSpacing(Paint) - Static method in class com.github.mikephil.charting.utils.Utils
 
getLineWidth() - Method in class com.github.mikephil.charting.components.LimitLine
returns the width of limit line
getLineWidth() - Method in class com.github.mikephil.charting.data.LineRadarDataSet
returns the width of the drawn chart line
getLongestLabel() - Method in class com.github.mikephil.charting.components.AxisBase
Returns the longest formatted label (in terms of characters), this axis contains.
getLongestLabel() - Method in class com.github.mikephil.charting.components.XAxis
 
getLongestLabel() - Method in class com.github.mikephil.charting.components.YAxis
 
getLow() - Method in class com.github.mikephil.charting.data.CandleEntry
Returns the lower shadows lowest value.
getLowestVisibleXIndex() - Method in class com.github.mikephil.charting.charts.BarChart
Returns the lowest x-index (value on the x-axis) that is still visible on the chart.
getLowestVisibleXIndex() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Returns the lowest x-index (value on the x-axis) that is still visible on the chart.
getLowestVisibleXIndex() - Method in class com.github.mikephil.charting.charts.HorizontalBarChart
Returns the lowest x-index (value on the x-axis) that is still visible on the chart.
getLowestVisibleXIndex() - Method in interface com.github.mikephil.charting.interfaces.BarLineScatterCandleBubbleDataProvider
 
getMarkerPosition(Entry, Highlight) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
getMarkerPosition(Entry, Highlight) - Method in class com.github.mikephil.charting.charts.Chart
Returns the actual position in pixels of the MarkerView for the given Entry in the given DataSet.
getMarkerPosition(Entry, Highlight) - Method in class com.github.mikephil.charting.charts.PieChart
 
getMarkerPosition(Entry, Highlight) - Method in class com.github.mikephil.charting.charts.RadarChart
 
getMarkerView() - Method in class com.github.mikephil.charting.charts.Chart
returns the view that is set as a marker view for the chart
getMatrix() - Method in class com.github.mikephil.charting.listener.BarLineChartTouchListener
returns the matrix object the listener holds
getMatrixTouch() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
Returns the charts-touch matrix used for translation and scale on touch.
getMaximumEntryHeight(Paint) - Method in class com.github.mikephil.charting.components.Legend
returns the maximum height in pixels across all legend labels
getMaximumEntryWidth(Paint) - Method in class com.github.mikephil.charting.components.Legend
returns the maximum length in pixels across all legend labels + formsize + formtotextspace
getMaximumFlingVelocity() - Static method in class com.github.mikephil.charting.utils.Utils
 
getMaxSize() - Method in class com.github.mikephil.charting.data.BubbleDataSet
 
getMaxSizePercent() - Method in class com.github.mikephil.charting.components.Legend
The maximum relative size out of the whole chart view.
getMaxVisibleCount() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
getMaxVisibleCount() - Method in interface com.github.mikephil.charting.interfaces.BarLineScatterCandleBubbleDataProvider
 
getMinimumDistance(List<SelectionDetail>, float, YAxis.AxisDependency) - Static method in class com.github.mikephil.charting.utils.Utils
Returns the minimum distance from a touch-y-value (in pixels) to the closest y-value (in pixels) that is displayed in the chart.
getMinimumFlingVelocity() - Static method in class com.github.mikephil.charting.utils.Utils
 
getMinOffset() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Gets the minimum offset (padding) around the chart, defaults to 10.f
getMinOffset() - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
Gets the minimum offset (padding) around the chart, defaults to 0.f
getNegativeSum() - Method in class com.github.mikephil.charting.data.BarEntry
Returns the sum of all negative values this entry (if stacked) contains.
getNormalizedAngle(float) - Static method in class com.github.mikephil.charting.utils.Utils
returns an angle between 0.f < 360.f (not less than zero, less than 360)
getOffsetMatrix() - Method in class com.github.mikephil.charting.utils.Transformer
 
getOnChartGestureListener() - Method in class com.github.mikephil.charting.charts.Chart
Returns the custom gesture listener.
getOpen() - Method in class com.github.mikephil.charting.data.CandleEntry
Returns the bodys open value.
getPaint(int) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
getPaint(int) - Method in class com.github.mikephil.charting.charts.Chart
Returns the paint object associated with the provided constant.
getPaintAxisLabels() - Method in class com.github.mikephil.charting.renderer.AxisRenderer
Returns the Paint object used for drawing the axis (labels).
getPaintAxisLine() - Method in class com.github.mikephil.charting.renderer.AxisRenderer
Returns the Paint object that is used for drawing the axis-line that goes alongside the axis.
getPaintCenterText() - Method in class com.github.mikephil.charting.renderer.PieChartRenderer
 
getPaintGrid() - Method in class com.github.mikephil.charting.renderer.AxisRenderer
Returns the Paint object that is used for drawing the grid-lines of the axis.
getPaintHighlight() - Method in class com.github.mikephil.charting.renderer.DataRenderer
Returns the Paint object this renderer uses for drawing highlight indicators.
getPaintHole() - Method in class com.github.mikephil.charting.renderer.PieChartRenderer
 
getPaintRender() - Method in class com.github.mikephil.charting.renderer.DataRenderer
Returns the Paint object used for rendering.
getPaintTransparentCircle() - Method in class com.github.mikephil.charting.renderer.PieChartRenderer
 
getPaintValues() - Method in class com.github.mikephil.charting.renderer.DataRenderer
Returns the Paint object this renderer uses for drawing the values (value-text).
getPercentOfTotal(float) - Method in class com.github.mikephil.charting.charts.Chart
returns the percentage the given value has of the total y-value sum
getPhaseX() - Method in class com.github.mikephil.charting.animation.ChartAnimator
This gets the x-phase that is used to animate the values.
getPhaseY() - Method in class com.github.mikephil.charting.animation.ChartAnimator
This gets the y-phase that is used to animate the values.
getPixelsForValues(float, float, YAxis.AxisDependency) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Transforms the given chart values into pixels.
getPixelToValueMatrix() - Method in class com.github.mikephil.charting.utils.Transformer
 
getPosition(Entry, YAxis.AxisDependency) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Returns the position (in pixels) the provided Entry has inside the chart view or null, if the provided Entry is null.
getPosition(Entry, YAxis.AxisDependency) - Method in class com.github.mikephil.charting.charts.HorizontalBarChart
 
getPosition(PointF, float, float) - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
Calculates the position around a center point, depending on the distance from the center, and the angle of the position around the center.
getPosition() - Method in class com.github.mikephil.charting.components.Legend
returns the position of the legend relative to the chart
getPosition() - Method in class com.github.mikephil.charting.components.XAxis
returns the position of the x-labels
getPosition(PointF, float, float) - Static method in class com.github.mikephil.charting.utils.Utils
Calculates the position around a center point, depending on the distance from the center, and the angle of the position around the center.
getPositiveSum() - Method in class com.github.mikephil.charting.data.BarEntry
Reuturns the sum of all positive values this entry (if stacked) contains.
getRadius() - Method in class com.github.mikephil.charting.charts.PieChart
 
getRadius() - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
Returns the radius of the chart in pixels.
getRadius() - Method in class com.github.mikephil.charting.charts.RadarChart
 
getRange() - Method in class com.github.mikephil.charting.highlight.Highlight
Returns the range of values the selected value of a stacked bar is in.
getRanges(BarEntry) - Method in class com.github.mikephil.charting.highlight.BarHighlighter
Splits up the stack-values of the given bar-entry into Range objects.
getRawRotationAngle() - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
gets the raw version of the current rotation angle of the pie chart the returned value could be any value, negative or positive, outside of the 360 degrees.
getRenderer() - Method in class com.github.mikephil.charting.charts.Chart
Returns the Renderer object the chart uses for drawing data.
getRendererLeftYAxis() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
getRendererRightYAxis() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
getRendererXAxis() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
getRequiredBaseOffset() - Method in class com.github.mikephil.charting.charts.PieChart
 
getRequiredBaseOffset() - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
Returns the base offset needed for the chart without calculating the legend size.
getRequiredBaseOffset() - Method in class com.github.mikephil.charting.charts.RadarChart
 
getRequiredHeightSpace(Paint) - Method in class com.github.mikephil.charting.components.YAxis
 
getRequiredLegendOffset() - Method in class com.github.mikephil.charting.charts.PieChart
 
getRequiredLegendOffset() - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
Returns the required offset for the chart legend.
getRequiredLegendOffset() - Method in class com.github.mikephil.charting.charts.RadarChart
 
getRequiredWidthSpace(Paint) - Method in class com.github.mikephil.charting.components.YAxis
 
getRotationAngle() - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
gets a normalized version of the current rotation angle of the pie chart, which will always be between 0.0 < 360.0
getScaleX() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
returns the current x-scale factor
getScaleX() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
returns the current x-scale factor
getScaleY() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
returns the current y-scale factor
getScaleY() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
returns the current y-scale factor
getScatterData() - Method in class com.github.mikephil.charting.charts.CombinedChart
 
getScatterData() - Method in class com.github.mikephil.charting.charts.ScatterChart
 
getScatterData() - Method in class com.github.mikephil.charting.data.CombinedData
 
getScatterData() - Method in interface com.github.mikephil.charting.interfaces.ScatterDataProvider
 
getScatterShape() - Method in class com.github.mikephil.charting.data.ScatterDataSet
returns all the different scattershapes the chart uses
getScatterShapeSize() - Method in class com.github.mikephil.charting.data.ScatterDataSet
returns the currently set scatter shape size
getSelectionDetailsAtIndex(int) - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
Returns an array of SelectionDetail objects for the given x-index.
getSelectionDetailsAtIndex(int) - Method in class com.github.mikephil.charting.highlight.ChartHighlighter
Returns a list of SelectionDetail object corresponding to the given xIndex.
getSelectionDetailsAtIndex(int) - Method in class com.github.mikephil.charting.highlight.CombinedHighlighter
Returns a list of SelectionDetail object corresponding to the given xIndex.
getSelectionShift() - Method in class com.github.mikephil.charting.data.PieDataSet
returns the distance a highlighted piechart slice is "shifted" away from the chart-center
getShadowColor() - Method in class com.github.mikephil.charting.data.CandleDataSet
Returns shadow color for all entries
getShadowColorSameAsCandle() - Method in class com.github.mikephil.charting.data.CandleDataSet
Is the shadow color same as the candle color?
getShadowRange() - Method in class com.github.mikephil.charting.data.CandleEntry
Returns the overall range (difference) between shadow-high and shadow-low.
getShadowWidth() - Method in class com.github.mikephil.charting.data.CandleDataSet
Returns the width of the candle-shadow-line in pixels.
getShapeSize(float, float, float) - Method in class com.github.mikephil.charting.renderer.BubbleChartRenderer
 
getSize() - Method in class com.github.mikephil.charting.data.BubbleEntry
Returns the size of this entry (the size of the bubble).
getSizeOfRotatedRectangleByDegrees(FSize, float) - Static method in class com.github.mikephil.charting.utils.Utils
 
getSizeOfRotatedRectangleByDegrees(float, float, float) - Static method in class com.github.mikephil.charting.utils.Utils
 
getSizeOfRotatedRectangleByRadians(FSize, float) - Static method in class com.github.mikephil.charting.utils.Utils
 
getSizeOfRotatedRectangleByRadians(float, float, float) - Static method in class com.github.mikephil.charting.utils.Utils
 
getSkipWebLineCount() - Method in class com.github.mikephil.charting.charts.RadarChart
Returns the modulus that is used for skipping web-lines.
getSliceAngle() - Method in class com.github.mikephil.charting.charts.RadarChart
Returns the angle that each slice in the radar chart occupies.
getSliceSpace() - Method in class com.github.mikephil.charting.data.PieDataSet
returns the space that is set to be between the piechart-slices of this DataSet, in degrees
getSpaceBetweenLabels() - Method in class com.github.mikephil.charting.components.XAxis
Returns the space (in characters) that should be left out between the x-axis labels
getSpaceBottom() - Method in class com.github.mikephil.charting.components.YAxis
Returns the bottom axis space in percent of the full range.
getSpaceTop() - Method in class com.github.mikephil.charting.components.YAxis
Returns the top axis space in percent of the full range.
getStackedHighlight(Highlight, BarDataSet, int, int, double) - Method in class com.github.mikephil.charting.highlight.BarHighlighter
This method creates the Highlight object that also indicates which value of a stacked BarEntry has been selected.
getStackIndex() - Method in class com.github.mikephil.charting.highlight.Highlight
Only needed if a stacked-barchart entry was highlighted.
getStackLabels() - Method in class com.github.mikephil.charting.data.BarDataSet
returns the labels used for the different value-stacks
getStackSize() - Method in class com.github.mikephil.charting.data.BarDataSet
Returns the maximum number of bars that can be stacked upon another in this DataSet.
getStackSpace() - Method in class com.github.mikephil.charting.components.Legend
returns the space that is left out between stacked forms (with no label)
getSubRenderer(int) - Method in class com.github.mikephil.charting.renderer.CombinedChartRenderer
Returns the sub-renderer object at the specified index.
getSubRenderers() - Method in class com.github.mikephil.charting.renderer.CombinedChartRenderer
Returns all sub-renderers.
getTextColor() - Method in class com.github.mikephil.charting.components.ComponentBase
Returns the text color that is set for the labels.
getTextSize() - Method in class com.github.mikephil.charting.components.ComponentBase
returns the text size that is currently set for the labels
getTextStyle() - Method in class com.github.mikephil.charting.components.LimitLine
Returns the color of the value-text that is drawn next to the LimitLine.
getTouchMode() - Method in class com.github.mikephil.charting.listener.ChartTouchListener
returns the touch mode the listener is currently in
getTrans(float, float) - Method in class com.github.mikephil.charting.listener.BarLineChartTouchListener
returns the correct translation depending on the provided x and y touch points
getTransformedValues(Transformer, List<BarEntry>, int) - Method in class com.github.mikephil.charting.renderer.BarChartRenderer
 
getTransformedValues(Transformer, List<BarEntry>, int) - Method in class com.github.mikephil.charting.renderer.HorizontalBarChartRenderer
 
getTransformer(YAxis.AxisDependency) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Returns the Transformer class that contains all matrices and is responsible for transforming values into pixels on the screen and backwards.
getTransformer(YAxis.AxisDependency) - Method in interface com.github.mikephil.charting.interfaces.BarLineScatterCandleBubbleDataProvider
 
getTransformer() - Method in class com.github.mikephil.charting.renderer.AxisRenderer
Returns the Transformer object used for transforming the axis values.
getTransparentCircleRadius() - Method in class com.github.mikephil.charting.charts.PieChart
 
getTransX() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
Returns the translation (drag / pan) distance on the x-axis
getTransY() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
Returns the translation (drag / pan) distance on the y-axis
getTypeface() - Method in class com.github.mikephil.charting.components.ComponentBase
returns the Typeface used for the labels, returns null if none is set
getVal() - Method in class com.github.mikephil.charting.data.BarEntry
Returns the value of this BarEntry.
getVal() - Method in class com.github.mikephil.charting.data.CandleEntry
Returns the center value of the candle.
getVal() - Method in class com.github.mikephil.charting.data.Entry
Returns the total value the entry represents.
getVals() - Method in class com.github.mikephil.charting.data.BarEntry
Returns the stacked values this BarEntry represents, or null, if only a single value is represented (then, use getVal()).
getValueCount() - Method in class com.github.mikephil.charting.charts.Chart
Returns the total number of (y) values the chart holds (across all DataSets).
getValueCount() - Method in class com.github.mikephil.charting.data.DataSet
Returns the number of entries this DataSet holds.
getValueFormatter() - Method in class com.github.mikephil.charting.components.XAxis
Returns the custom XAxisValueFormatter that is set for this data object.
getValueFormatter() - Method in class com.github.mikephil.charting.components.YAxis
Returns the formatter used for formatting the axis labels.
getValueFormatter() - Method in class com.github.mikephil.charting.data.DataSet
Returns the formatter used for drawing the values inside the chart.
getValueMatrix() - Method in class com.github.mikephil.charting.utils.Transformer
 
getValues() - Method in class com.github.mikephil.charting.components.XAxis
Returns the labels for this axis.
getValuesByTouchPoint(float, float, YAxis.AxisDependency) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Returns the x and y values in the chart at the given touch point (encapsulated in a PointD).
getValuesByTouchPoint(float, float) - Method in class com.github.mikephil.charting.utils.Transformer
Returns the x and y values in the chart at the given touch point (encapsulated in a PointD).
getValueTextColor() - Method in class com.github.mikephil.charting.data.DataSet
 
getValueTextSize() - Method in class com.github.mikephil.charting.data.DataSet
Returns the text-size of the labels that are displayed above the values.
getValueToPixelMatrix() - Method in class com.github.mikephil.charting.utils.Transformer
 
getValueTypeface() - Method in class com.github.mikephil.charting.data.DataSet
 
getViewPortHandler() - Method in class com.github.mikephil.charting.charts.Chart
Returns the ViewPortHandler of the chart that is responsible for the content area of the chart and its offsets and dimensions.
getWebAlpha() - Method in class com.github.mikephil.charting.charts.RadarChart
Returns the alpha value for all web lines.
getWebColor() - Method in class com.github.mikephil.charting.charts.RadarChart
 
getWebColorInner() - Method in class com.github.mikephil.charting.charts.RadarChart
 
getWebLineWidth() - Method in class com.github.mikephil.charting.charts.RadarChart
 
getWebLineWidthInner() - Method in class com.github.mikephil.charting.charts.RadarChart
 
getWebPaint() - Method in class com.github.mikephil.charting.renderer.RadarChartRenderer
 
getWidth() - Method in interface com.github.mikephil.charting.interfaces.ChartInterface
 
getXAxis() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Returns the object representing all x-labels, this method can be used to acquire the XAxis object and modify it (e.g.
getXAxis() - Method in class com.github.mikephil.charting.charts.RadarChart
Returns the object that represents all x-labels that are placed around the RadarChart.
getXChartMax() - Method in class com.github.mikephil.charting.charts.Chart
 
getXChartMax() - Method in interface com.github.mikephil.charting.interfaces.ChartInterface
 
getXChartMin() - Method in class com.github.mikephil.charting.charts.Chart
 
getXChartMin() - Method in interface com.github.mikephil.charting.interfaces.ChartInterface
 
getXEntrySpace() - Method in class com.github.mikephil.charting.components.Legend
returns the space between the legend entries on a horizontal axis in pixels
getXIndex() - Method in class com.github.mikephil.charting.data.Entry
returns the x-index the value of this object is mapped to
getXIndex(float) - Method in class com.github.mikephil.charting.highlight.BarHighlighter
 
getXIndex(float) - Method in class com.github.mikephil.charting.highlight.ChartHighlighter
Returns the corresponding x-index for a given touch-position in pixels.
getXIndex() - Method in class com.github.mikephil.charting.highlight.Highlight
returns the index of the highlighted value on the x-axis
getXIndex(float) - Method in class com.github.mikephil.charting.highlight.HorizontalBarHighlighter
 
getXMax() - Method in class com.github.mikephil.charting.data.BubbleDataSet
 
getXMin() - Method in class com.github.mikephil.charting.data.BubbleDataSet
 
getXOffset() - Method in class com.github.mikephil.charting.components.ComponentBase
Returns the used offset on the x-axis for drawing the axis or legend labels.
getXOffset(float) - Method in class com.github.mikephil.charting.components.MarkerView
Use this to return the desired offset you wish the MarkerView to have on the x-axis.
getXValAverageLength() - Method in class com.github.mikephil.charting.data.ChartData
returns the average length (in characters) across all values in the x-vals array
getXValCount() - Method in class com.github.mikephil.charting.charts.Chart
 
getXValCount() - Method in class com.github.mikephil.charting.data.ChartData
returns the total number of x-values this ChartData object represents (the size of the x-values array)
getXValCount() - Method in interface com.github.mikephil.charting.interfaces.ChartInterface
 
getXVals() - Method in class com.github.mikephil.charting.data.ChartData
returns the x-values the chart represents
getXValue(int) - Method in class com.github.mikephil.charting.charts.Chart
returns the x-value at the given index
getXValue(String, int, ViewPortHandler) - Method in class com.github.mikephil.charting.formatter.DefaultXAxisValueFormatter
 
getXValue(String, int, ViewPortHandler) - Method in interface com.github.mikephil.charting.formatter.XAxisValueFormatter
Returns the customized label that is drawn on the x-axis.
getYAxis() - Method in class com.github.mikephil.charting.charts.RadarChart
Returns the object that represents all y-labels of the RadarChart.
getYChartMax() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
getYChartMax() - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
 
getYChartMax() - Method in class com.github.mikephil.charting.charts.RadarChart
Returns the maximum value this chart can display on it's y-axis.
getYChartMax() - Method in interface com.github.mikephil.charting.interfaces.ChartInterface
 
getYChartMin() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
getYChartMin() - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
 
getYChartMin() - Method in class com.github.mikephil.charting.charts.RadarChart
Returns the minimum value this chart can display on it's y-axis.
getYChartMin() - Method in interface com.github.mikephil.charting.interfaces.ChartInterface
 
getYEntrySpace() - Method in class com.github.mikephil.charting.components.Legend
returns the space between the legend entries on a vertical axis in pixels
getYMax() - Method in class com.github.mikephil.charting.charts.Chart
returns the current y-max value across all DataSets
getYMax() - Method in class com.github.mikephil.charting.data.ChartData
Returns the greatest y-value the data object contains.
getYMax(YAxis.AxisDependency) - Method in class com.github.mikephil.charting.data.ChartData
Returns the maximum y-value for the specified axis.
getYMax() - Method in class com.github.mikephil.charting.data.DataSet
returns the maximum y-value this DataSet holds
getYMin() - Method in class com.github.mikephil.charting.charts.Chart
returns the current y-min value across all DataSets
getYMin() - Method in class com.github.mikephil.charting.data.ChartData
Returns the smallest y-value the data object contains.
getYMin(YAxis.AxisDependency) - Method in class com.github.mikephil.charting.data.ChartData
Returns the minimum y-value for the specified axis.
getYMin() - Method in class com.github.mikephil.charting.data.DataSet
returns the minimum y-value this DataSet holds
getYOffset() - Method in class com.github.mikephil.charting.components.ComponentBase
Returns the used offset on the x-axis for drawing the axis labels.
getYOffset(float) - Method in class com.github.mikephil.charting.components.MarkerView
Use this to return the desired position offset you wish the MarkerView to have on the y-axis.
getYRange() - Method in class com.github.mikephil.charting.charts.RadarChart
Returns the range of y-values this chart can display.
getYValCount() - Method in class com.github.mikephil.charting.data.ChartData
Returns the total number of y-values across all DataSet objects the this object represents.
getYValForXIndex(int) - Method in class com.github.mikephil.charting.data.DataSet
Returns the value of the Entry object at the given xIndex.
getYVals() - Method in class com.github.mikephil.charting.data.DataSet
returns the DataSets Entry array
getYValueByTouchPoint(float, float, YAxis.AxisDependency) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
returns the y-value at the given touch position (must not necessarily be a value contained in one of the datasets)
getYValueSum() - Method in class com.github.mikephil.charting.data.ChartData
Returns the total y-value sum across all DataSet objects the this object represents.
getYValueSum() - Method in class com.github.mikephil.charting.data.DataSet
gets the sum of all y-values

H

hasChartDimens() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
hashCode() - Method in class com.github.mikephil.charting.utils.FSize
hasNoDragOffset() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Returns true if both drag offsets (x and y) are zero or smaller.
hasNoDragOffset() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
Returns true if both drag offsets (x and y) are zero or smaller.
height - Variable in class com.github.mikephil.charting.utils.FSize
 
Highlight - Class in com.github.mikephil.charting.highlight
Contains information needed to determine the highlighted value.
Highlight(int, int) - Constructor for class com.github.mikephil.charting.highlight.Highlight
constructor
Highlight(int, int, int) - Constructor for class com.github.mikephil.charting.highlight.Highlight
Constructor, only used for stacked-barchart.
Highlight(int, int, int, Range) - Constructor for class com.github.mikephil.charting.highlight.Highlight
Constructor, only used for stacked-barchart.
highlightTouch(Highlight) - Method in class com.github.mikephil.charting.charts.Chart
Deprecated.
highlightValue(int, int) - Method in class com.github.mikephil.charting.charts.Chart
Highlights the value at the given x-index in the given DataSet.
highlightValue(Highlight) - Method in class com.github.mikephil.charting.charts.Chart
Highlights the values represented by the provided Highlight object This DOES NOT generate a callback to the OnChartValueSelectedListener.
highlightValue(Highlight, boolean) - Method in class com.github.mikephil.charting.charts.Chart
Highlights the value selected by touch gesture.
highlightValues(Highlight[]) - Method in class com.github.mikephil.charting.charts.Chart
Highlights the values at the given indices in the given DataSets.
HorizontalBarBuffer - Class in com.github.mikephil.charting.buffer
 
HorizontalBarBuffer(int, float, int, boolean) - Constructor for class com.github.mikephil.charting.buffer.HorizontalBarBuffer
 
HorizontalBarChart - Class in com.github.mikephil.charting.charts
BarChart with horizontal bar orientation.
HorizontalBarChart(Context) - Constructor for class com.github.mikephil.charting.charts.HorizontalBarChart
 
HorizontalBarChart(Context, AttributeSet) - Constructor for class com.github.mikephil.charting.charts.HorizontalBarChart
 
HorizontalBarChart(Context, AttributeSet, int) - Constructor for class com.github.mikephil.charting.charts.HorizontalBarChart
 
HorizontalBarChartRenderer - Class in com.github.mikephil.charting.renderer
Renderer for the HorizontalBarChart.
HorizontalBarChartRenderer(BarDataProvider, ChartAnimator, ViewPortHandler) - Constructor for class com.github.mikephil.charting.renderer.HorizontalBarChartRenderer
 
HorizontalBarHighlighter - Class in com.github.mikephil.charting.highlight
Created by Philipp Jahoda on 22/07/15.
HorizontalBarHighlighter(BarDataProvider) - Constructor for class com.github.mikephil.charting.highlight.HorizontalBarHighlighter
 

I

index - Variable in class com.github.mikephil.charting.buffer.AbstractBuffer
index in the buffer
init() - Method in class com.github.mikephil.charting.charts.BarChart
 
init() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
init() - Method in class com.github.mikephil.charting.charts.BubbleChart
 
init() - Method in class com.github.mikephil.charting.charts.CandleStickChart
 
init() - Method in class com.github.mikephil.charting.charts.Chart
initialize all paints and stuff
init() - Method in class com.github.mikephil.charting.charts.CombinedChart
 
init() - Method in class com.github.mikephil.charting.charts.HorizontalBarChart
 
init() - Method in class com.github.mikephil.charting.charts.LineChart
 
init() - Method in class com.github.mikephil.charting.charts.PieChart
 
init() - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
 
init() - Method in class com.github.mikephil.charting.charts.RadarChart
 
init() - Method in class com.github.mikephil.charting.charts.ScatterChart
 
init() - Method in class com.github.mikephil.charting.data.ChartData
performs all kinds of initialization calculations, such as min-max and value count and sum
init(Context) - Static method in class com.github.mikephil.charting.utils.Utils
initialize method, called inside the Chart.init() method.
init(Resources) - Static method in class com.github.mikephil.charting.utils.Utils
Deprecated.
initBuffers() - Method in class com.github.mikephil.charting.renderer.BarChartRenderer
 
initBuffers() - Method in class com.github.mikephil.charting.renderer.BubbleChartRenderer
 
initBuffers() - Method in class com.github.mikephil.charting.renderer.CandleStickChartRenderer
 
initBuffers() - Method in class com.github.mikephil.charting.renderer.CombinedChartRenderer
 
initBuffers() - Method in class com.github.mikephil.charting.renderer.DataRenderer
Initializes the buffers used for rendering with a new size.
initBuffers() - Method in class com.github.mikephil.charting.renderer.HorizontalBarChartRenderer
 
initBuffers() - Method in class com.github.mikephil.charting.renderer.LineChartRenderer
 
initBuffers() - Method in class com.github.mikephil.charting.renderer.PieChartRenderer
 
initBuffers() - Method in class com.github.mikephil.charting.renderer.RadarChartRenderer
 
initBuffers() - Method in class com.github.mikephil.charting.renderer.ScatterChartRenderer
 
isAnyAxisInverted() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Returns true if either the left or the right or both axes are inverted.
isAutoScaleMinMaxEnabled() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
isAvoidFirstLastClippingEnabled() - Method in class com.github.mikephil.charting.components.XAxis
returns true if avoid-first-lastclipping is enabled, false if not
isAxisModulusCustom() - Method in class com.github.mikephil.charting.components.XAxis
Returns true if a custom axis-modulus has been set that determines the number of labels to skip when drawing.
isDashedHighlightLineEnabled() - Method in class com.github.mikephil.charting.data.LineScatterCandleRadarDataSet
Returns true if the dashed-line effect is enabled for highlight lines, false if not.
isDashedLineEnabled() - Method in class com.github.mikephil.charting.components.LimitLine
Returns true if the dashed-line effect is enabled, false if not.
isDashedLineEnabled() - Method in class com.github.mikephil.charting.data.LineDataSet
Returns true if the dashed-line effect is enabled, false if not.
isDoubleTapToZoomEnabled() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Returns true if zooming via double-tap is enabled false if not.
isDragDecelerationEnabled() - Method in class com.github.mikephil.charting.charts.Chart
If set to true, chart continues to scroll after touch up default: true
isDragEnabled() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Returns true if dragging is enabled for the chart, false if not.
isDrawAxisLineEnabled() - Method in class com.github.mikephil.charting.components.AxisBase
Returns true if the line alongside the axis should be drawn.
isDrawBarShadowEnabled() - Method in class com.github.mikephil.charting.charts.BarChart
returns true if drawing shadows (maxvalue) for each bar is enabled, false if not
isDrawBarShadowEnabled() - Method in class com.github.mikephil.charting.charts.CombinedChart
 
isDrawBarShadowEnabled() - Method in interface com.github.mikephil.charting.interfaces.BarDataProvider
 
isDrawCenterTextEnabled() - Method in class com.github.mikephil.charting.charts.PieChart
returns true if drawing the center text is enabled
isDrawCircleHoleEnabled() - Method in class com.github.mikephil.charting.data.LineDataSet
 
isDrawCirclesEnabled() - Method in class com.github.mikephil.charting.data.LineDataSet
returns true if drawing circles for this DataSet is enabled, false if not
isDrawCubicEnabled() - Method in class com.github.mikephil.charting.data.LineDataSet
returns true if drawing cubic lines is enabled, false if not.
isDrawFilledEnabled() - Method in class com.github.mikephil.charting.data.LineRadarDataSet
returns true if filled drawing is enabled, false if not
isDrawGridLinesEnabled() - Method in class com.github.mikephil.charting.components.AxisBase
Returns true if drawing grid lines is enabled for this axis.
isDrawHighlightArrowEnabled() - Method in class com.github.mikephil.charting.charts.BarChart
returns true if drawing the highlighting arrow is enabled, false if not
isDrawHighlightArrowEnabled() - Method in class com.github.mikephil.charting.charts.CombinedChart
 
isDrawHighlightArrowEnabled() - Method in interface com.github.mikephil.charting.interfaces.BarDataProvider
 
isDrawHoleEnabled() - Method in class com.github.mikephil.charting.charts.PieChart
returns true if the hole in the center of the pie-chart is set to be visible, false if not
isDrawLabelsEnabled() - Method in class com.github.mikephil.charting.components.AxisBase
Returns true if drawing the labels is enabled for this axis.
isDrawLimitLinesBehindDataEnabled() - Method in class com.github.mikephil.charting.components.AxisBase
 
isDrawMarkerViewEnabled() - Method in class com.github.mikephil.charting.charts.Chart
returns true if drawing the marker-view is enabled when tapping on values (use the setMarkerView(View v) method to specify a marker view)
isDrawRoundedSlicesEnabled() - Method in class com.github.mikephil.charting.charts.PieChart
Returns true if the chart is set to draw each end of a pie-slice "rounded".
isDrawSliceTextEnabled() - Method in class com.github.mikephil.charting.charts.PieChart
returns true if drawing x-values is enabled, false if not
isDrawTopYLabelEntryEnabled() - Method in class com.github.mikephil.charting.components.YAxis
returns true if drawing the top y-axis label entry is enabled
isDrawValueAboveBarEnabled() - Method in class com.github.mikephil.charting.charts.BarChart
returns true if drawing values above bars is enabled, false if not
isDrawValueAboveBarEnabled() - Method in class com.github.mikephil.charting.charts.CombinedChart
 
isDrawValueAboveBarEnabled() - Method in interface com.github.mikephil.charting.interfaces.BarDataProvider
 
isDrawValuesEnabled() - Method in class com.github.mikephil.charting.data.DataSet
returns true if y-value drawing is enabled, false if not
isEmpty() - Method in class com.github.mikephil.charting.charts.Chart
Returns true if the chart is empty (meaning it's data object is either null or contains no entries).
isEnabled() - Method in class com.github.mikephil.charting.components.ComponentBase
Returns true if this comonent is enabled (should be drawn), false if not.
isFilteringEnabled() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
returns true if data filtering is enabled, false if not
isForceLabelsEnabled() - Method in class com.github.mikephil.charting.components.YAxis
Returns true if focing the y-label count is enabled.
isFullyZoomedOut() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
if the chart is fully zoomed out, return true
isFullyZoomedOut() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
if the chart is fully zoomed out, return true
isFullyZoomedOutX() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
Returns true if the chart is fully zoomed out on it's x-axis (horizontal).
isFullyZoomedOutY() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
Returns true if the chart is fully zoomed out on it's y-axis (vertical).
isGridDashedLineEnabled() - Method in class com.github.mikephil.charting.components.AxisBase
Returns true if the grid dashed-line effect is enabled, false if not.
isGrouped() - Method in class com.github.mikephil.charting.data.BarData
Returns true if this BarData object contains grouped DataSets (more than 1 DataSet).
isHighlightEnabled() - Method in class com.github.mikephil.charting.data.ChartData
Returns true if highlighting of all underlying values is enabled, false if not.
isHighlightEnabled() - Method in class com.github.mikephil.charting.data.DataSet
returns true if highlighting of values is enabled, false if not
isHighlightPerDragEnabled() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
isHighlightPerTapEnabled() - Method in class com.github.mikephil.charting.charts.Chart
Returns true if values can be highlighted via tap gesture, false if not.
isHoleTransparent() - Method in class com.github.mikephil.charting.charts.PieChart
Returns true if the hole in the center of the PieChart is transparent, false if not.
isHorizontalHighlightIndicatorEnabled() - Method in class com.github.mikephil.charting.data.LineScatterCandleRadarDataSet
 
isInBounds(float, float) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
isInBoundsBottom(float) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
isInBoundsLeft(float) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
isInBoundsRight(float) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
isInBoundsTop(float) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
isInBoundsX(float) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
BELOW METHODS FOR BOUNDS CHECK
isInBoundsY(float) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
isInverted(YAxis.AxisDependency) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
isInverted() - Method in class com.github.mikephil.charting.components.YAxis
If this returns true, the y-axis is inverted.
isInverted(YAxis.AxisDependency) - Method in interface com.github.mikephil.charting.interfaces.BarLineScatterCandleBubbleDataProvider
 
isLarger(float) - Method in class com.github.mikephil.charting.highlight.Range
 
isLegendCustom() - Method in class com.github.mikephil.charting.components.Legend
 
isLogEnabled() - Method in class com.github.mikephil.charting.charts.Chart
Returns true if log-output is enabled for the chart, fals if not.
isPinchZoomEnabled() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
returns true if pinch-zoom is enabled, false if not
isRotationEnabled() - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
Returns true if rotation of the chart by touch is enabled, false if not.
isScaleXEnabled() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
isScaleYEnabled() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
isShowOnlyMinMaxEnabled() - Method in class com.github.mikephil.charting.components.YAxis
Returns true if showing only min and max value is enabled.
isSmaller(float) - Method in class com.github.mikephil.charting.highlight.Range
 
isStacked() - Method in class com.github.mikephil.charting.data.BarDataSet
Returns true if this DataSet is stacked (stacksize > 1) or not.
isStacked() - Method in class com.github.mikephil.charting.data.BarEntry
Returns true if this BarEntry is stacked (has a values array), false if not.
isStartAtZeroEnabled() - Method in class com.github.mikephil.charting.components.YAxis
returns true if the chart is set to start at zero, false otherwise
isUsePercentValuesEnabled() - Method in class com.github.mikephil.charting.charts.PieChart
Returns true if using percentage values is enabled for the chart.
isVerticalHighlightIndicatorEnabled() - Method in class com.github.mikephil.charting.data.LineScatterCandleRadarDataSet
 
isVisible() - Method in class com.github.mikephil.charting.data.DataSet
Returns true if this DataSet is visible inside the chart, or false if it is currently hidden.
isWordWrapEnabled() - Method in class com.github.mikephil.charting.components.Legend
If this is set, then word wrapping the legend is enabled.

J

JOYFUL_COLORS - Static variable in class com.github.mikephil.charting.utils.ColorTemplate
 

L

LargeValueFormatter - Class in com.github.mikephil.charting.formatter
Predefined value-formatter that formats large numbers in a pretty way.
LargeValueFormatter() - Constructor for class com.github.mikephil.charting.formatter.LargeValueFormatter
 
LargeValueFormatter(String) - Constructor for class com.github.mikephil.charting.formatter.LargeValueFormatter
Creates a formatter that appends a specified text to the result string
Legend - Class in com.github.mikephil.charting.components
Class representing the legend of the chart.
Legend() - Constructor for class com.github.mikephil.charting.components.Legend
default constructor
Legend(int[], String[]) - Constructor for class com.github.mikephil.charting.components.Legend
Constructor.
Legend(List<Integer>, List<String>) - Constructor for class com.github.mikephil.charting.components.Legend
Constructor.
Legend.LegendDirection - Enum in com.github.mikephil.charting.components
 
Legend.LegendForm - Enum in com.github.mikephil.charting.components
 
Legend.LegendPosition - Enum in com.github.mikephil.charting.components
 
LegendRenderer - Class in com.github.mikephil.charting.renderer
 
LegendRenderer(ViewPortHandler, Legend) - Constructor for class com.github.mikephil.charting.renderer.LegendRenderer
 
length() - Method in class com.github.mikephil.charting.matrix.Vector3
 
length2() - Method in class com.github.mikephil.charting.matrix.Vector3
 
LIBERTY_COLORS - Static variable in class com.github.mikephil.charting.utils.ColorTemplate
THE COLOR THEMES ARE PREDEFINED (predefined color integer arrays), FEEL FREE TO CREATE YOUR OWN WITH AS MANY DIFFERENT COLORS AS YOU WANT
limitFrom(int) - Method in class com.github.mikephil.charting.buffer.AbstractBuffer
limits the drawing on the x-axis
LimitLine - Class in com.github.mikephil.charting.components
The limit line is an additional feature for all Line-, Bar- and ScatterCharts.
LimitLine(float) - Constructor for class com.github.mikephil.charting.components.LimitLine
Constructor with limit.
LimitLine(float, String) - Constructor for class com.github.mikephil.charting.components.LimitLine
Constructor with limit and label.
LimitLine.LimitLabelPosition - Enum in com.github.mikephil.charting.components
enum that indicates the position of the LimitLine label
limitTo(int) - Method in class com.github.mikephil.charting.buffer.AbstractBuffer
limits the drawing on the x-axis
limitTransAndScale(Matrix, RectF) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
limits the maximum scale and X translation of the given matrix
LineBuffer - Class in com.github.mikephil.charting.buffer
 
LineBuffer(int) - Constructor for class com.github.mikephil.charting.buffer.LineBuffer
 
LineChart - Class in com.github.mikephil.charting.charts
Chart that draws lines, surfaces, circles, ...
LineChart(Context) - Constructor for class com.github.mikephil.charting.charts.LineChart
 
LineChart(Context, AttributeSet) - Constructor for class com.github.mikephil.charting.charts.LineChart
 
LineChart(Context, AttributeSet, int) - Constructor for class com.github.mikephil.charting.charts.LineChart
 
LineChartRenderer - Class in com.github.mikephil.charting.renderer
 
LineChartRenderer(LineDataProvider, ChartAnimator, ViewPortHandler) - Constructor for class com.github.mikephil.charting.renderer.LineChartRenderer
 
LineData - Class in com.github.mikephil.charting.data
Data object that encapsulates all data associated with a LineChart.
LineData() - Constructor for class com.github.mikephil.charting.data.LineData
 
LineData(List<String>) - Constructor for class com.github.mikephil.charting.data.LineData
 
LineData(String[]) - Constructor for class com.github.mikephil.charting.data.LineData
 
LineData(List<String>, List<LineDataSet>) - Constructor for class com.github.mikephil.charting.data.LineData
 
LineData(String[], List<LineDataSet>) - Constructor for class com.github.mikephil.charting.data.LineData
 
LineData(List<String>, LineDataSet) - Constructor for class com.github.mikephil.charting.data.LineData
 
LineData(String[], LineDataSet) - Constructor for class com.github.mikephil.charting.data.LineData
 
LineDataProvider - Interface in com.github.mikephil.charting.interfaces
 
LineDataSet - Class in com.github.mikephil.charting.data
 
LineDataSet(List<Entry>, String) - Constructor for class com.github.mikephil.charting.data.LineDataSet
 
LineRadarDataSet<T extends Entry> - Class in com.github.mikephil.charting.data
Base dataset for line and radar DataSets.
LineRadarDataSet(List<T>, String) - Constructor for class com.github.mikephil.charting.data.LineRadarDataSet
 
LineScatterCandleRadarDataSet<T extends Entry> - Class in com.github.mikephil.charting.data
Created by Philipp Jahoda on 11/07/15.
LineScatterCandleRadarDataSet(List<T>, String) - Constructor for class com.github.mikephil.charting.data.LineScatterCandleRadarDataSet
 
LineScatterCandleRadarRenderer - Class in com.github.mikephil.charting.renderer
Created by Philipp Jahoda on 11/07/15.
LineScatterCandleRadarRenderer(ChartAnimator, ViewPortHandler) - Constructor for class com.github.mikephil.charting.renderer.LineScatterCandleRadarRenderer
 
lineTo(float, float) - Method in class com.github.mikephil.charting.buffer.LineBuffer
 
loadBarEntriesFromAssets(AssetManager, String) - Static method in class com.github.mikephil.charting.utils.FileUtils
 
loadEntriesFromAssets(AssetManager, String) - Static method in class com.github.mikephil.charting.utils.FileUtils
Loads an array of Entries from a textfile from the assets folder.
loadEntriesFromFile(String) - Static method in class com.github.mikephil.charting.utils.FileUtils
Loads a an Array of Entries from a textfile from the sd-card.
LOG_TAG - Static variable in class com.github.mikephil.charting.charts.Chart
 

M

mAnimator - Variable in class com.github.mikephil.charting.charts.Chart
object responsible for animations
mAnimator - Variable in class com.github.mikephil.charting.renderer.DataRenderer
the animator object used to perform animations on the chart data
MarkerView - Class in com.github.mikephil.charting.components
View that can be displayed when selecting values in the chart.
MarkerView(Context, int) - Constructor for class com.github.mikephil.charting.components.MarkerView
Constructor.
mAxisDependency - Variable in class com.github.mikephil.charting.data.DataSet
this specifies which axis this DataSet should be plotted against
mAxisLabelModulus - Variable in class com.github.mikephil.charting.components.XAxis
the modulus that indicates if a value at a specified index in an array(list) for the x-axis-labels is drawn or not.
mAxisLabelPaint - Variable in class com.github.mikephil.charting.renderer.AxisRenderer
paint for the x-label values
mAxisLeft - Variable in class com.github.mikephil.charting.charts.BarLineChartBase
the object representing the labels on the y-axis, this object is prepared in the pepareYLabels() method
mAxisLinePaint - Variable in class com.github.mikephil.charting.renderer.AxisRenderer
paint for the line surrounding the chart
mAxisMaximum - Variable in class com.github.mikephil.charting.components.YAxis
 
mAxisMinimum - Variable in class com.github.mikephil.charting.components.YAxis
 
mAxisRange - Variable in class com.github.mikephil.charting.components.YAxis
the total range of values this axis covers
mAxisRendererLeft - Variable in class com.github.mikephil.charting.charts.BarLineChartBase
 
mAxisRendererRight - Variable in class com.github.mikephil.charting.charts.BarLineChartBase
 
mAxisRight - Variable in class com.github.mikephil.charting.charts.BarLineChartBase
 
mBarBuffers - Variable in class com.github.mikephil.charting.renderer.BarChartRenderer
 
mBarRect - Variable in class com.github.mikephil.charting.renderer.BarChartRenderer
the rect object that is used for drawing the bars
mBarSpace - Variable in class com.github.mikephil.charting.buffer.BarBuffer
 
mBitmapCanvas - Variable in class com.github.mikephil.charting.renderer.LineChartRenderer
on this canvas, the paths are rendered, it is initialized with the pathBitmap
mBitmapCanvas - Variable in class com.github.mikephil.charting.renderer.PieChartRenderer
 
mBorderPaint - Variable in class com.github.mikephil.charting.charts.BarLineChartBase
 
mChart - Variable in class com.github.mikephil.charting.highlight.ChartHighlighter
instance of the data-provider
mChart - Variable in class com.github.mikephil.charting.listener.ChartTouchListener
the chart the listener represents
mChart - Variable in class com.github.mikephil.charting.renderer.BarChartRenderer
 
mChart - Variable in class com.github.mikephil.charting.renderer.BubbleChartRenderer
 
mChart - Variable in class com.github.mikephil.charting.renderer.CandleStickChartRenderer
 
mChart - Variable in class com.github.mikephil.charting.renderer.LineChartRenderer
 
mChart - Variable in class com.github.mikephil.charting.renderer.PieChartRenderer
 
mChart - Variable in class com.github.mikephil.charting.renderer.RadarChartRenderer
 
mChart - Variable in class com.github.mikephil.charting.renderer.ScatterChartRenderer
 
mChart - Variable in class com.github.mikephil.charting.renderer.XAxisRendererBarChart
 
mChartHeight - Variable in class com.github.mikephil.charting.utils.ViewPortHandler
 
mChartTouchListener - Variable in class com.github.mikephil.charting.charts.Chart
 
mChartWidth - Variable in class com.github.mikephil.charting.utils.ViewPortHandler
 
mCircleBuffers - Variable in class com.github.mikephil.charting.renderer.LineChartRenderer
 
mCirclePaintInner - Variable in class com.github.mikephil.charting.renderer.LineChartRenderer
paint for the inner circle of the value indicators
mColors - Variable in class com.github.mikephil.charting.data.DataSet
List representing all colors that are used for this DataSet
mContainsStacks - Variable in class com.github.mikephil.charting.buffer.BarBuffer
 
mContentRect - Variable in class com.github.mikephil.charting.utils.ViewPortHandler
this rectangle defines the area in which graph values can be drawn
mCustomAxisMax - Variable in class com.github.mikephil.charting.components.YAxis
custom maximum value this axis represents
mCustomAxisMin - Variable in class com.github.mikephil.charting.components.YAxis
custom minimum value this axis represents
mData - Variable in class com.github.mikephil.charting.charts.Chart
object that holds all data that was originally set for the chart, before it was modified or any filtering algorithms had been applied
mDataNotSet - Variable in class com.github.mikephil.charting.charts.Chart
flag that indicates if the chart has been fed with data yet
mDataSetCount - Variable in class com.github.mikephil.charting.buffer.BarBuffer
 
mDataSetIndex - Variable in class com.github.mikephil.charting.buffer.BarBuffer
 
mDataSets - Variable in class com.github.mikephil.charting.data.ChartData
array that holds all DataSets the ChartData object represents
mDecimals - Variable in class com.github.mikephil.charting.components.YAxis
the number of decimal digits to use
mDecreasingColor - Variable in class com.github.mikephil.charting.data.CandleDataSet
color for open > close
mDecreasingPaintStyle - Variable in class com.github.mikephil.charting.data.CandleDataSet
paint style when open > close
mDefaultFormatter - Variable in class com.github.mikephil.charting.charts.Chart
default value-formatter, number of digits depends on provided chart-data
mDeltaX - Variable in class com.github.mikephil.charting.charts.Chart
the number of x-values the chart displays
mDescPaint - Variable in class com.github.mikephil.charting.charts.Chart
paint object used for drawing the description text in the bottom right corner of the chart
mDescription - Variable in class com.github.mikephil.charting.charts.Chart
description text that appears in the bottom right corner of the chart
mDoubleTapToZoomEnabled - Variable in class com.github.mikephil.charting.charts.BarLineChartBase
flag that indicates if double tap zoom is enabled or not
mDrawAxisLine - Variable in class com.github.mikephil.charting.components.AxisBase
flag that indicates if the line alongside the axis is drawn or not
mDrawBitmap - Variable in class com.github.mikephil.charting.renderer.LineChartRenderer
Bitmap object used for drawing the paths (otherwise they are too long if rendered directly on the canvas)
mDrawBitmap - Variable in class com.github.mikephil.charting.renderer.PieChartRenderer
Bitmap for drawing the center hole
mDrawBorders - Variable in class com.github.mikephil.charting.charts.BarLineChartBase
 
mDrawGridBackground - Variable in class com.github.mikephil.charting.charts.BarLineChartBase
flag indicating if the grid background should be drawn or not
mDrawGridLines - Variable in class com.github.mikephil.charting.components.AxisBase
flag indicating if the grid lines for this axis should be drawn
mDrawHorizontalHighlightIndicator - Variable in class com.github.mikephil.charting.data.LineScatterCandleRadarDataSet
 
mDrawLabels - Variable in class com.github.mikephil.charting.components.AxisBase
flag that indicates of the labels of this axis should be drawn or not
mDrawLimitLineBehindData - Variable in class com.github.mikephil.charting.components.AxisBase
flag indicating the limit lines layer depth
mDrawListener - Variable in class com.github.mikephil.charting.charts.BarLineChartBase
the listener for user drawing on the chart
mDrawMarkerViews - Variable in class com.github.mikephil.charting.charts.Chart
if set to true, the marker view is drawn when a value is clicked
mDrawOrder - Variable in class com.github.mikephil.charting.charts.CombinedChart
 
mDrawPaint - Variable in class com.github.mikephil.charting.charts.Chart
paint object used for drawing the bitmap
mDrawPaint - Variable in class com.github.mikephil.charting.renderer.DataRenderer
 
mDrawValues - Variable in class com.github.mikephil.charting.data.DataSet
if true, y-values are drawn on the chart
mDrawVerticalHighlightIndicator - Variable in class com.github.mikephil.charting.data.LineScatterCandleRadarDataSet
 
mEnabled - Variable in class com.github.mikephil.charting.components.ComponentBase
flag that indicates if this axis / legend is enabled or not
mEntries - Variable in class com.github.mikephil.charting.components.YAxis
the actual array of entries
mEntryCount - Variable in class com.github.mikephil.charting.components.YAxis
the number of entries the legend contains
mFilterData - Variable in class com.github.mikephil.charting.charts.BarLineChartBase
if true, data filtering is enabled
mForceLabels - Variable in class com.github.mikephil.charting.components.YAxis
if true, the set number of y-labels will be forced
mFormat - Variable in class com.github.mikephil.charting.formatter.PercentFormatter
 
mFrom - Variable in class com.github.mikephil.charting.buffer.AbstractBuffer
indicates from which x-index the visible data begins
mGestureDetector - Variable in class com.github.mikephil.charting.listener.ChartTouchListener
the gesturedetector used for detecting taps and longpresses, ...
mGridBackgroundPaint - Variable in class com.github.mikephil.charting.charts.BarLineChartBase
paint object for the (by default) lightgrey background of the grid
mGridPaint - Variable in class com.github.mikephil.charting.renderer.AxisRenderer
paint object for the grid lines
mGroupSpace - Variable in class com.github.mikephil.charting.buffer.BarBuffer
 
mHighLightColor - Variable in class com.github.mikephil.charting.data.BarLineScatterCandleBubbleDataSet
default highlight color
mHighlightDashPathEffect - Variable in class com.github.mikephil.charting.data.LineScatterCandleRadarDataSet
the path effect for dashed highlight-lines
mHighlightEnabled - Variable in class com.github.mikephil.charting.data.DataSet
if true, value highlightning is enabled
mHighlighter - Variable in class com.github.mikephil.charting.charts.Chart
 
mHighlightLineWidth - Variable in class com.github.mikephil.charting.data.LineScatterCandleRadarDataSet
the width of the highlight indicator lines
mHighlightPaint - Variable in class com.github.mikephil.charting.renderer.DataRenderer
paint used for highlighting values
mHighlightPerDragEnabled - Variable in class com.github.mikephil.charting.charts.BarLineChartBase
flag that indicates if highlighting per dragging over a fully zoomed out chart is enabled
mHighLightPerTapEnabled - Variable in class com.github.mikephil.charting.charts.Chart
Flag that indicates if highlighting per tap (touch) is enabled
mHolePaint - Variable in class com.github.mikephil.charting.renderer.PieChartRenderer
paint for the hole in the center of the pie chart and the transparent circle
mIncreasingColor - Variable in class com.github.mikephil.charting.data.CandleDataSet
color for open <= close
mIncreasingPaintStyle - Variable in class com.github.mikephil.charting.data.CandleDataSet
paint style when open <= close
mIndicesToHighlight - Variable in class com.github.mikephil.charting.charts.Chart
array of Highlight objects that reference the highlighted slices in the chart
mInfoPaint - Variable in class com.github.mikephil.charting.charts.Chart
paint object for drawing the information text when there are no values in the chart
mInverted - Variable in class com.github.mikephil.charting.buffer.BarBuffer
 
mInverted - Variable in class com.github.mikephil.charting.components.YAxis
flag that indicates if the axis is inverted or not
mJobs - Variable in class com.github.mikephil.charting.charts.Chart
tasks to be done after the view is setup
mLabelHeight - Variable in class com.github.mikephil.charting.components.XAxis
height of the x-axis labels in pixels - this is automatically calculated by the computeAxis() methods in the renderers
mLabelRotatedHeight - Variable in class com.github.mikephil.charting.components.XAxis
height of the (rotated) x-axis labels in pixels - this is automatically calculated by the computeAxis() methods in the renderers
mLabelRotatedWidth - Variable in class com.github.mikephil.charting.components.XAxis
width of the (rotated) x-axis labels in pixels - this is automatically calculated by the computeAxis() methods in the renderers
mLabelRotationAngle - Variable in class com.github.mikephil.charting.components.XAxis
This is the angle for drawing the X axis labels (in degrees)
mLabelWidth - Variable in class com.github.mikephil.charting.components.XAxis
width of the x-axis labels in pixels - this is automatically calculated by the computeAxis() methods in the renderers
mLastEnd - Variable in class com.github.mikephil.charting.data.ChartData
the last end value used for calcMinMax
mLastEnd - Variable in class com.github.mikephil.charting.data.DataSet
the last end value used for calcMinMax
mLastGesture - Variable in class com.github.mikephil.charting.listener.ChartTouchListener
the last touch gesture that has been performed
mLastHighlighted - Variable in class com.github.mikephil.charting.listener.ChartTouchListener
the last highlighted object (via touch)
mLastStart - Variable in class com.github.mikephil.charting.data.ChartData
the last start value used for calcMinMax
mLastStart - Variable in class com.github.mikephil.charting.data.DataSet
the last start value used for calcMinMax
mLeftAxisMax - Variable in class com.github.mikephil.charting.data.ChartData
 
mLeftAxisMin - Variable in class com.github.mikephil.charting.data.ChartData
 
mLeftAxisTransformer - Variable in class com.github.mikephil.charting.charts.BarLineChartBase
 
mLegend - Variable in class com.github.mikephil.charting.charts.Chart
the legend object containing all data associated with the legend
mLegend - Variable in class com.github.mikephil.charting.renderer.LegendRenderer
the legend object this renderer renders
mLegendFormPaint - Variable in class com.github.mikephil.charting.renderer.LegendRenderer
paint used for the legend forms
mLegendLabelPaint - Variable in class com.github.mikephil.charting.renderer.LegendRenderer
paint for the legend labels
mLegendRenderer - Variable in class com.github.mikephil.charting.charts.Chart
 
mLimitLinePaint - Variable in class com.github.mikephil.charting.renderer.AxisRenderer
paint used for the limit lines
mLimitLines - Variable in class com.github.mikephil.charting.components.AxisBase
array of limit lines that can be set for the axis
mLineBuffers - Variable in class com.github.mikephil.charting.renderer.LineChartRenderer
 
mLogEnabled - Variable in class com.github.mikephil.charting.charts.Chart
flag that indicates if logging is enabled or not
mMarkerView - Variable in class com.github.mikephil.charting.charts.Chart
the view that represents the marker
mMatrixOffset - Variable in class com.github.mikephil.charting.utils.Transformer
matrix for handling the different offsets of the chart
mMatrixTouch - Variable in class com.github.mikephil.charting.utils.ViewPortHandler
matrix used for touch events
mMatrixValueToPx - Variable in class com.github.mikephil.charting.utils.Transformer
matrix to map the values to the screen pixels
mMaxSize - Variable in class com.github.mikephil.charting.data.BubbleDataSet
 
mMaxVisibleCount - Variable in class com.github.mikephil.charting.charts.BarLineChartBase
the maximum number of entried to which values will be drawn
mMaxX - Variable in class com.github.mikephil.charting.renderer.Renderer
the maximum value on the x-axis that should be plotted
mMinOffset - Variable in class com.github.mikephil.charting.charts.BarLineChartBase
Sets the minimum offset (padding) around the chart, defaults to 10
mMinOffset - Variable in class com.github.mikephil.charting.charts.PieRadarChartBase
Sets the minimum offset (padding) around the chart, defaults to 0.f
mMinX - Variable in class com.github.mikephil.charting.renderer.Renderer
the minimum value on the x-axis that should be plotted
mNeededHeight - Variable in class com.github.mikephil.charting.components.Legend
the total height of the legend (needed height space)
mNeededWidth - Variable in class com.github.mikephil.charting.components.Legend
the total width of the legend (needed width space)
moveTo(float, float) - Method in class com.github.mikephil.charting.buffer.LineBuffer
 
MoveViewJob - Class in com.github.mikephil.charting.jobs
Runnable that is used for viewport modifications since they cannot be executed at any time.
MoveViewJob(ViewPortHandler, float, float, Transformer, View) - Constructor for class com.github.mikephil.charting.jobs.MoveViewJob
 
moveViewTo(float, float, YAxis.AxisDependency) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
This will move the left side of the current viewport to the specified x-index on the x-axis, and center the viewport to the specified y-value on the y-axis.
moveViewToX(float) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Moves the left side of the current viewport to the specified x-index.
moveViewToY(float, YAxis.AxisDependency) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Centers the viewport to the specified y-value on the y-axis.
mPhaseX - Variable in class com.github.mikephil.charting.animation.ChartAnimator
the phase that is animated and influences the drawn values on the x-axis
mPhaseY - Variable in class com.github.mikephil.charting.animation.ChartAnimator
the phase that is animated and influences the drawn values on the y-axis
mPinchZoomEnabled - Variable in class com.github.mikephil.charting.charts.BarLineChartBase
flag that indicates if pinch-zoom is enabled.
mRenderer - Variable in class com.github.mikephil.charting.charts.Chart
object responsible for rendering the data
mRenderers - Variable in class com.github.mikephil.charting.renderer.CombinedChartRenderer
all rederers for the different kinds of data this combined-renderer can draw
mRenderPaint - Variable in class com.github.mikephil.charting.renderer.DataRenderer
main paint object used for rendering
mRightAxisMax - Variable in class com.github.mikephil.charting.data.ChartData
 
mRightAxisMin - Variable in class com.github.mikephil.charting.data.ChartData
 
mRightAxisTransformer - Variable in class com.github.mikephil.charting.charts.BarLineChartBase
 
mRotateEnabled - Variable in class com.github.mikephil.charting.charts.PieRadarChartBase
flag that indicates if rotation is enabled or not
mScatterBuffers - Variable in class com.github.mikephil.charting.renderer.ScatterChartRenderer
 
mSelectionListener - Variable in class com.github.mikephil.charting.charts.Chart
listener that is called when a value on the chart is selected
mShadowColor - Variable in class com.github.mikephil.charting.data.CandleDataSet
shadow line color, set -1 for backward compatibility and uses default color
mShadowPaint - Variable in class com.github.mikephil.charting.renderer.BarChartRenderer
 
mShowOnlyMinMax - Variable in class com.github.mikephil.charting.components.YAxis
if true, the y-labels show only the minimum and maximum value
mSpacePercentBottom - Variable in class com.github.mikephil.charting.components.YAxis
axis space from the smallest value to the bottom in percent of the total axis range
mSpacePercentTop - Variable in class com.github.mikephil.charting.components.YAxis
axis space from the largest value to the top in percent of the total axis range
mStartAtZero - Variable in class com.github.mikephil.charting.components.YAxis
if true, the y-label entries will always start at zero
mTextColor - Variable in class com.github.mikephil.charting.components.ComponentBase
the text color to use for the labels
mTextHeightMax - Variable in class com.github.mikephil.charting.components.Legend
 
mTextSize - Variable in class com.github.mikephil.charting.components.ComponentBase
the text size of the labels
mTextWidthMax - Variable in class com.github.mikephil.charting.components.Legend
 
mTo - Variable in class com.github.mikephil.charting.buffer.AbstractBuffer
indicates to which x-index the visible data ranges
mTouchEnabled - Variable in class com.github.mikephil.charting.charts.Chart
if true, touch gestures are enabled on the chart
mTouchMode - Variable in class com.github.mikephil.charting.listener.ChartTouchListener
integer field that holds the current touch-state
mTrans - Variable in class com.github.mikephil.charting.jobs.MoveViewJob
 
mTrans - Variable in class com.github.mikephil.charting.renderer.AxisRenderer
 
mTransparentCirclePaint - Variable in class com.github.mikephil.charting.renderer.PieChartRenderer
 
mTransparentCircleRadiusPercent - Variable in class com.github.mikephil.charting.charts.PieChart
the radius of the transparent circle next to the chart-hole in the center
mTypeface - Variable in class com.github.mikephil.charting.components.ComponentBase
the typeface used for the labels
multiply(float) - Method in class com.github.mikephil.charting.matrix.Vector3
 
multiply(Vector3) - Method in class com.github.mikephil.charting.matrix.Vector3
 
mValueFormatter - Variable in class com.github.mikephil.charting.data.DataSet
custom formatter that is used instead of the auto-formatter if set
mValuePaint - Variable in class com.github.mikephil.charting.renderer.DataRenderer
paint object for drawing values (text representing values of chart entries)
mValues - Variable in class com.github.mikephil.charting.components.XAxis
the arraylist containing all the x-axis labels
mViewPortHandler - Variable in class com.github.mikephil.charting.charts.Chart
object that manages the bounds and drawing constraints of the chart
mViewPortHandler - Variable in class com.github.mikephil.charting.jobs.MoveViewJob
 
mViewPortHandler - Variable in class com.github.mikephil.charting.renderer.Renderer
the component that handles the drawing area of the chart and it's offsets
mViewPortHandler - Variable in class com.github.mikephil.charting.utils.Transformer
 
mWebPaint - Variable in class com.github.mikephil.charting.renderer.RadarChartRenderer
paint for drawing the web
mXAxis - Variable in class com.github.mikephil.charting.charts.BarLineChartBase
the object representing the labels on the x-axis
mXAxis - Variable in class com.github.mikephil.charting.renderer.XAxisRenderer
 
mXAxisRenderer - Variable in class com.github.mikephil.charting.charts.BarLineChartBase
 
mXAxisRenderer - Variable in class com.github.mikephil.charting.charts.RadarChart
 
mXAxisValueFormatter - Variable in class com.github.mikephil.charting.components.XAxis
Custom formatter for adjusting x-value strings
mXChartMax - Variable in class com.github.mikephil.charting.charts.Chart
 
mXChartMin - Variable in class com.github.mikephil.charting.charts.Chart
 
mXMax - Variable in class com.github.mikephil.charting.data.BubbleDataSet
 
mXMin - Variable in class com.github.mikephil.charting.data.BubbleDataSet
 
mXOffset - Variable in class com.github.mikephil.charting.components.ComponentBase
the offset in pixels this axis labels have on the x-axis
mXVals - Variable in class com.github.mikephil.charting.data.ChartData
holds all x-values the chart represents
mYAxis - Variable in class com.github.mikephil.charting.renderer.YAxisRenderer
 
mYAxisLabelModulus - Variable in class com.github.mikephil.charting.components.XAxis
the modulus that indicates if a value at a specified index in an array(list) for the y-axis-labels is drawn or not.
mYAxisRenderer - Variable in class com.github.mikephil.charting.charts.RadarChart
 
mYAxisValueFormatter - Variable in class com.github.mikephil.charting.components.YAxis
custom formatter that is used instead of the auto-formatter if set
mYMax - Variable in class com.github.mikephil.charting.data.ChartData
maximum y-value in the y-value array across all axes
mYMax - Variable in class com.github.mikephil.charting.data.DataSet
maximum y-value in the y-value array
mYMin - Variable in class com.github.mikephil.charting.data.ChartData
the minimum y-value in the y-value array across all axes
mYMin - Variable in class com.github.mikephil.charting.data.DataSet
the minimum y-value in the y-value array
mYOffset - Variable in class com.github.mikephil.charting.components.ComponentBase
the offset in pixels this axis labels have on the Y-axis
mYVals - Variable in class com.github.mikephil.charting.data.DataSet
the entries that this dataset represents / holds together

N

needsDefaultFormatter() - Method in class com.github.mikephil.charting.components.YAxis
If this component has no YAxisValueFormatter or is only equipped with the default one (no custom set), return true.
needsDefaultFormatter() - Method in class com.github.mikephil.charting.data.DataSet
If this component has no ValueFormatter or is only equipped with the default one (no custom set), return true.
needsHighlight(int, int) - Method in class com.github.mikephil.charting.charts.PieChart
checks if the given index in the given DataSet is set for highlighting or not
needsOffset() - Method in class com.github.mikephil.charting.components.YAxis
Returns true if this axis needs horizontal offset, false if no offset is needed.
nextUp(double) - Static method in class com.github.mikephil.charting.utils.Utils
Replacement for the Math.nextUp(...) method that is only available in HONEYCOMB and higher.
NONE - Static variable in class com.github.mikephil.charting.listener.ChartTouchListener
 
normalize() - Method in class com.github.mikephil.charting.matrix.Vector3
 
notifyDataChanged() - Method in class com.github.mikephil.charting.data.ChartData
Call this method to let the CartData know that the underlying data has changed.
notifyDataChanged() - Method in class com.github.mikephil.charting.data.CombinedData
 
notifyDataSetChanged() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
notifyDataSetChanged() - Method in class com.github.mikephil.charting.charts.Chart
Lets the chart know its underlying data has changed and performs all necessary recalculations.
notifyDataSetChanged() - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
 
notifyDataSetChanged() - Method in class com.github.mikephil.charting.charts.RadarChart
 
notifyDataSetChanged() - Method in class com.github.mikephil.charting.data.DataSet
Use this method to tell the data set that the underlying data has changed

O

offsetBottom() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
offsetLeft() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
offsetRight() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
offsetTop() - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
onChartDoubleTapped(MotionEvent) - Method in interface com.github.mikephil.charting.listener.OnChartGestureListener
Callbacks when the chart is double-tapped.
onChartFling(MotionEvent, MotionEvent, float, float) - Method in interface com.github.mikephil.charting.listener.OnChartGestureListener
Callbacks then a fling gesture is made on the chart.
onChartGestureEnd(MotionEvent, ChartTouchListener.ChartGesture) - Method in interface com.github.mikephil.charting.listener.OnChartGestureListener
Callbacks when a touch-gesture has ended on the chart (ACTION_UP, ACTION_CANCEL)
OnChartGestureListener - Interface in com.github.mikephil.charting.listener
Listener for callbacks when doing gestures on the chart.
onChartGestureStart(MotionEvent, ChartTouchListener.ChartGesture) - Method in interface com.github.mikephil.charting.listener.OnChartGestureListener
Callbacks when a touch-gesture has started on the chart (ACTION_DOWN)
onChartLongPressed(MotionEvent) - Method in interface com.github.mikephil.charting.listener.OnChartGestureListener
Callbacks when the chart is longpressed.
onChartScale(MotionEvent, float, float) - Method in interface com.github.mikephil.charting.listener.OnChartGestureListener
Callbacks when the chart is scaled / zoomed via pinch zoom gesture.
onChartSingleTapped(MotionEvent) - Method in interface com.github.mikephil.charting.listener.OnChartGestureListener
Callbacks when the chart is single-tapped.
onChartTranslate(MotionEvent, float, float) - Method in interface com.github.mikephil.charting.listener.OnChartGestureListener
Callbacks when the chart is moved / translated via drag gesture.
OnChartValueSelectedListener - Interface in com.github.mikephil.charting.listener
Listener for callbacks when selecting values inside the chart by touch-gesture.
onDetachedFromWindow() - Method in class com.github.mikephil.charting.charts.LineChart
 
onDetachedFromWindow() - Method in class com.github.mikephil.charting.charts.PieChart
 
onDoubleTap(MotionEvent) - Method in class com.github.mikephil.charting.listener.BarLineChartTouchListener
 
onDraw(Canvas) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
onDraw(Canvas) - Method in class com.github.mikephil.charting.charts.Chart
 
onDraw(Canvas) - Method in class com.github.mikephil.charting.charts.PieChart
 
onDraw(Canvas) - Method in class com.github.mikephil.charting.charts.RadarChart
 
onDrawFinished(DataSet<?>) - Method in interface com.github.mikephil.charting.listener.OnDrawListener
Called when drawing finger is lifted and the draw is finished.
OnDrawLineChartTouchListener - Class in com.github.mikephil.charting.listener
 
OnDrawLineChartTouchListener() - Constructor for class com.github.mikephil.charting.listener.OnDrawLineChartTouchListener
 
OnDrawListener - Interface in com.github.mikephil.charting.listener
Listener for callbacks when drawing on the chart.
onEntryAdded(Entry) - Method in interface com.github.mikephil.charting.listener.OnDrawListener
Called whenever an entry is added with the finger.
onEntryMoved(Entry) - Method in interface com.github.mikephil.charting.listener.OnDrawListener
Called whenever an entry is moved by the user after beeing highlighted
onFling(MotionEvent, MotionEvent, float, float) - Method in class com.github.mikephil.charting.listener.BarLineChartTouchListener
 
onLayout(boolean, int, int, int, int) - Method in class com.github.mikephil.charting.charts.Chart
 
onLongPress(MotionEvent) - Method in class com.github.mikephil.charting.listener.BarLineChartTouchListener
 
onLongPress(MotionEvent) - Method in class com.github.mikephil.charting.listener.PieRadarChartTouchListener
 
onMeasure(int, int) - Method in class com.github.mikephil.charting.charts.Chart
 
onNothingSelected() - Method in interface com.github.mikephil.charting.listener.OnChartValueSelectedListener
Called when nothing has been selected or an "un-select" has been made.
onSingleTapConfirmed(MotionEvent) - Method in class com.github.mikephil.charting.listener.PieRadarChartTouchListener
 
onSingleTapUp(MotionEvent) - Method in class com.github.mikephil.charting.listener.BarLineChartTouchListener
 
onSingleTapUp(MotionEvent) - Method in class com.github.mikephil.charting.listener.PieRadarChartTouchListener
 
onSizeChanged(int, int, int, int) - Method in class com.github.mikephil.charting.charts.Chart
 
onTouch(View, MotionEvent) - Method in class com.github.mikephil.charting.listener.BarLineChartTouchListener
 
onTouch(View, MotionEvent) - Method in class com.github.mikephil.charting.listener.OnDrawLineChartTouchListener
 
onTouch(View, MotionEvent) - Method in class com.github.mikephil.charting.listener.PieRadarChartTouchListener
 
onTouchEvent(MotionEvent) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
onTouchEvent(MotionEvent) - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
 
onValueSelected(Entry, int, Highlight) - Method in interface com.github.mikephil.charting.listener.OnChartValueSelectedListener
Called when a value has been selected inside the chart.

P

PAINT_CENTER_TEXT - Static variable in class com.github.mikephil.charting.charts.Chart
paint for the text in the middle of the pie chart
PAINT_DESCRIPTION - Static variable in class com.github.mikephil.charting.charts.Chart
paint for the description text in the bottom right corner
PAINT_GRID_BACKGROUND - Static variable in class com.github.mikephil.charting.charts.Chart
paint for the grid background (only line and barchart)
PAINT_HOLE - Static variable in class com.github.mikephil.charting.charts.Chart
paint for the hole in the middle of the pie chart
PAINT_INFO - Static variable in class com.github.mikephil.charting.charts.Chart
paint for the info text that is displayed when there are no values in the chart
PAINT_LEGEND_LABEL - Static variable in class com.github.mikephil.charting.charts.Chart
paint used for the legend
passesCheck() - Method in class com.github.mikephil.charting.renderer.BarChartRenderer
 
passesCheck() - Method in class com.github.mikephil.charting.renderer.HorizontalBarChartRenderer
 
PASTEL_COLORS - Static variable in class com.github.mikephil.charting.utils.ColorTemplate
 
pathValuesToPixel(List<Path>) - Method in class com.github.mikephil.charting.utils.Transformer
Transforms multiple paths will all matrices.
pathValueToPixel(Path) - Method in class com.github.mikephil.charting.utils.Transformer
transform a path with all the given matrices VERY IMPORTANT: keep order to value-touch-offset
PercentFormatter - Class in com.github.mikephil.charting.formatter
This ValueFormatter is just for convenience and simply puts a "%" sign after each value.
PercentFormatter() - Constructor for class com.github.mikephil.charting.formatter.PercentFormatter
 
PercentFormatter(DecimalFormat) - Constructor for class com.github.mikephil.charting.formatter.PercentFormatter
Allow a custom decimalformat
performHighlight(Highlight, MotionEvent) - Method in class com.github.mikephil.charting.listener.ChartTouchListener
Perform a highlight operation.
phaseX - Variable in class com.github.mikephil.charting.buffer.AbstractBuffer
animation phase x-axis
phaseY - Variable in class com.github.mikephil.charting.buffer.AbstractBuffer
animation phase y-axis
PieChart - Class in com.github.mikephil.charting.charts
View that represents a pie chart.
PieChart(Context) - Constructor for class com.github.mikephil.charting.charts.PieChart
 
PieChart(Context, AttributeSet) - Constructor for class com.github.mikephil.charting.charts.PieChart
 
PieChart(Context, AttributeSet, int) - Constructor for class com.github.mikephil.charting.charts.PieChart
 
PieChartRenderer - Class in com.github.mikephil.charting.renderer
 
PieChartRenderer(PieChart, ChartAnimator, ViewPortHandler) - Constructor for class com.github.mikephil.charting.renderer.PieChartRenderer
 
PieData - Class in com.github.mikephil.charting.data
A PieData object can only represent one DataSet.
PieData() - Constructor for class com.github.mikephil.charting.data.PieData
 
PieData(List<String>) - Constructor for class com.github.mikephil.charting.data.PieData
 
PieData(String[]) - Constructor for class com.github.mikephil.charting.data.PieData
 
PieData(List<String>, PieDataSet) - Constructor for class com.github.mikephil.charting.data.PieData
 
PieData(String[], PieDataSet) - Constructor for class com.github.mikephil.charting.data.PieData
 
PieDataSet - Class in com.github.mikephil.charting.data
 
PieDataSet(List<Entry>, String) - Constructor for class com.github.mikephil.charting.data.PieDataSet
 
PieRadarChartBase<T extends ChartData<? extends DataSet<? extends Entry>>> - Class in com.github.mikephil.charting.charts
Baseclass of PieChart and RadarChart.
PieRadarChartBase(Context) - Constructor for class com.github.mikephil.charting.charts.PieRadarChartBase
 
PieRadarChartBase(Context, AttributeSet) - Constructor for class com.github.mikephil.charting.charts.PieRadarChartBase
 
PieRadarChartBase(Context, AttributeSet, int) - Constructor for class com.github.mikephil.charting.charts.PieRadarChartBase
 
PieRadarChartTouchListener - Class in com.github.mikephil.charting.listener
Touchlistener for the PieChart.
PieRadarChartTouchListener(PieRadarChartBase<?>) - Constructor for class com.github.mikephil.charting.listener.PieRadarChartTouchListener
 
PINCH_ZOOM - Static variable in class com.github.mikephil.charting.listener.ChartTouchListener
 
pixelsToValue(float[]) - Method in class com.github.mikephil.charting.utils.Transformer
Transforms the given array of touch positions (pixels) (x, y, x, y, ...) into values on the chart.
PointD - Class in com.github.mikephil.charting.utils
Point encapsulating two double values.
PointD(double, double) - Constructor for class com.github.mikephil.charting.utils.PointD
 
pointsInSameDirection(Vector3) - Method in class com.github.mikephil.charting.matrix.Vector3
 
pointValuesToPixel(float[]) - Method in class com.github.mikephil.charting.utils.Transformer
Transform an array of points with all matrices.
POST_ZOOM - Static variable in class com.github.mikephil.charting.listener.ChartTouchListener
 
postInvalidateOnAnimation(View) - Static method in class com.github.mikephil.charting.utils.Utils
Original method view.postInvalidateOnAnimation() only supportd in API >= 16, This is a replica of the code from ViewCompat.
prepareBarHighlight(float, float, float, float, Transformer) - Method in class com.github.mikephil.charting.renderer.BarChartRenderer
Prepares a bar for being highlighted.
prepareBarHighlight(float, float, float, float, Transformer) - Method in class com.github.mikephil.charting.renderer.HorizontalBarChartRenderer
 
prepareMatrixOffset(boolean) - Method in class com.github.mikephil.charting.utils.Transformer
Prepares the matrix that contains all offsets.
prepareMatrixOffset(boolean) - Method in class com.github.mikephil.charting.utils.TransformerHorizontalBarChart
Prepares the matrix that contains all offsets.
prepareMatrixValuePx(float, float, float, float) - Method in class com.github.mikephil.charting.utils.Transformer
Prepares the matrix that transforms values to pixels.
prepareOffsetMatrix() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
prepareValuePxMatrix() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
prepareValuePxMatrix() - Method in class com.github.mikephil.charting.charts.HorizontalBarChart
 

R

RadarChart - Class in com.github.mikephil.charting.charts
Implementation of the RadarChart, a "spidernet"-like chart.
RadarChart(Context) - Constructor for class com.github.mikephil.charting.charts.RadarChart
 
RadarChart(Context, AttributeSet) - Constructor for class com.github.mikephil.charting.charts.RadarChart
 
RadarChart(Context, AttributeSet, int) - Constructor for class com.github.mikephil.charting.charts.RadarChart
 
RadarChartRenderer - Class in com.github.mikephil.charting.renderer
 
RadarChartRenderer(RadarChart, ChartAnimator, ViewPortHandler) - Constructor for class com.github.mikephil.charting.renderer.RadarChartRenderer
 
RadarData - Class in com.github.mikephil.charting.data
Data container for the RadarChart.
RadarData() - Constructor for class com.github.mikephil.charting.data.RadarData
 
RadarData(List<String>) - Constructor for class com.github.mikephil.charting.data.RadarData
 
RadarData(String[]) - Constructor for class com.github.mikephil.charting.data.RadarData
 
RadarData(List<String>, List<RadarDataSet>) - Constructor for class com.github.mikephil.charting.data.RadarData
 
RadarData(String[], List<RadarDataSet>) - Constructor for class com.github.mikephil.charting.data.RadarData
 
RadarData(List<String>, RadarDataSet) - Constructor for class com.github.mikephil.charting.data.RadarData
 
RadarData(String[], RadarDataSet) - Constructor for class com.github.mikephil.charting.data.RadarData
 
RadarDataSet - Class in com.github.mikephil.charting.data
 
RadarDataSet(List<Entry>, String) - Constructor for class com.github.mikephil.charting.data.RadarDataSet
 
Range - Class in com.github.mikephil.charting.highlight
Created by Philipp Jahoda on 24/07/15.
Range(float, float) - Constructor for class com.github.mikephil.charting.highlight.Range
 
rectValuesToPixel(List<RectF>) - Method in class com.github.mikephil.charting.utils.Transformer
transforms multiple rects with all matrices
rectValueToPixel(RectF) - Method in class com.github.mikephil.charting.utils.Transformer
Transform a rectangle with all matrices.
rectValueToPixel(RectF, float) - Method in class com.github.mikephil.charting.utils.Transformer
Transform a rectangle with all matrices with potential animation phases.
rectValueToPixelHorizontal(RectF) - Method in class com.github.mikephil.charting.utils.Transformer
Transform a rectangle with all matrices with potential animation phases.
rectValueToPixelHorizontal(RectF, float) - Method in class com.github.mikephil.charting.utils.Transformer
Transform a rectangle with all matrices with potential animation phases.
refresh(Matrix, View, boolean) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
call this method to refresh the graph with a given matrix
refreshContent(Entry, Highlight) - Method in class com.github.mikephil.charting.components.MarkerView
This method enables a specified custom MarkerView to update it's content everytime the MarkerView is redrawn.
releaseBitmap() - Method in class com.github.mikephil.charting.renderer.LineChartRenderer
Releases the drawing bitmap.
releaseBitmap() - Method in class com.github.mikephil.charting.renderer.PieChartRenderer
Releases the drawing bitmap.
removeAllLimitLines() - Method in class com.github.mikephil.charting.components.AxisBase
Removes all LimitLines from the axis.
removeDataSet(T) - Method in class com.github.mikephil.charting.data.ChartData
Removes the given DataSet from this data object.
removeDataSet(int) - Method in class com.github.mikephil.charting.data.ChartData
Removes the DataSet at the given index in the DataSet array from the data object.
removeEntry(Entry, int) - Method in class com.github.mikephil.charting.data.ChartData
Removes the given Entry object from the DataSet at the specified index.
removeEntry(int, int) - Method in class com.github.mikephil.charting.data.ChartData
Removes the Entry object at the given xIndex from the DataSet at the specified index.
removeEntry(T) - Method in class com.github.mikephil.charting.data.DataSet
Removes an Entry from the DataSets entries array.
removeEntry(int) - Method in class com.github.mikephil.charting.data.DataSet
Removes the Entry object that has the given xIndex from the DataSet.
removeFirst() - Method in class com.github.mikephil.charting.data.DataSet
Removes the first Entry (at index 0) of this DataSet from the entries array.
removeJob(Runnable) - Method in class com.github.mikephil.charting.charts.Chart
 
removeLast() - Method in class com.github.mikephil.charting.data.DataSet
Removes the last Entry (at index size-1) of this DataSet from the entries array.
removeLimitLine(LimitLine) - Method in class com.github.mikephil.charting.components.AxisBase
Removes the specified LimitLine from the axis.
removeXValue(int) - Method in class com.github.mikephil.charting.data.ChartData
Removes the x-value at the specified index.
renderAxisLabels(Canvas) - Method in class com.github.mikephil.charting.renderer.AxisRenderer
Draws the axis labels to the screen.
renderAxisLabels(Canvas) - Method in class com.github.mikephil.charting.renderer.XAxisRenderer
 
renderAxisLabels(Canvas) - Method in class com.github.mikephil.charting.renderer.XAxisRendererHorizontalBarChart
 
renderAxisLabels(Canvas) - Method in class com.github.mikephil.charting.renderer.XAxisRendererRadarChart
 
renderAxisLabels(Canvas) - Method in class com.github.mikephil.charting.renderer.YAxisRenderer
draws the y-axis labels to the screen
renderAxisLabels(Canvas) - Method in class com.github.mikephil.charting.renderer.YAxisRendererHorizontalBarChart
draws the y-axis labels to the screen
renderAxisLabels(Canvas) - Method in class com.github.mikephil.charting.renderer.YAxisRendererRadarChart
 
renderAxisLine(Canvas) - Method in class com.github.mikephil.charting.renderer.AxisRenderer
Draws the line that goes alongside the axis.
renderAxisLine(Canvas) - Method in class com.github.mikephil.charting.renderer.XAxisRenderer
 
renderAxisLine(Canvas) - Method in class com.github.mikephil.charting.renderer.XAxisRendererHorizontalBarChart
 
renderAxisLine(Canvas) - Method in class com.github.mikephil.charting.renderer.YAxisRenderer
 
renderAxisLine(Canvas) - Method in class com.github.mikephil.charting.renderer.YAxisRendererHorizontalBarChart
 
Renderer - Class in com.github.mikephil.charting.renderer
Abstract baseclass of all Renderers.
Renderer(ViewPortHandler) - Constructor for class com.github.mikephil.charting.renderer.Renderer
 
renderGridLines(Canvas) - Method in class com.github.mikephil.charting.renderer.AxisRenderer
Draws the grid lines belonging to the axis.
renderGridLines(Canvas) - Method in class com.github.mikephil.charting.renderer.XAxisRenderer
 
renderGridLines(Canvas) - Method in class com.github.mikephil.charting.renderer.XAxisRendererBarChart
 
renderGridLines(Canvas) - Method in class com.github.mikephil.charting.renderer.XAxisRendererHorizontalBarChart
 
renderGridLines(Canvas) - Method in class com.github.mikephil.charting.renderer.YAxisRenderer
 
renderGridLines(Canvas) - Method in class com.github.mikephil.charting.renderer.YAxisRendererHorizontalBarChart
 
renderLegend(Canvas) - Method in class com.github.mikephil.charting.renderer.LegendRenderer
 
renderLimitLineLabel(Canvas, LimitLine, float[], float) - Method in class com.github.mikephil.charting.renderer.XAxisRenderer
 
renderLimitLineLine(Canvas, LimitLine, float[]) - Method in class com.github.mikephil.charting.renderer.XAxisRenderer
 
renderLimitLines(Canvas) - Method in class com.github.mikephil.charting.renderer.AxisRenderer
Draws the LimitLines associated with this axis to the screen.
renderLimitLines(Canvas) - Method in class com.github.mikephil.charting.renderer.XAxisRenderer
Draws the LimitLines associated with this axis to the screen.
renderLimitLines(Canvas) - Method in class com.github.mikephil.charting.renderer.XAxisRendererHorizontalBarChart
Draws the LimitLines associated with this axis to the screen.
renderLimitLines(Canvas) - Method in class com.github.mikephil.charting.renderer.XAxisRendererRadarChart
XAxis LimitLines on RadarChart not yet supported.
renderLimitLines(Canvas) - Method in class com.github.mikephil.charting.renderer.YAxisRenderer
Draws the LimitLines associated with this axis to the screen.
renderLimitLines(Canvas) - Method in class com.github.mikephil.charting.renderer.YAxisRendererHorizontalBarChart
Draws the LimitLines associated with this axis to the screen.
renderLimitLines(Canvas) - Method in class com.github.mikephil.charting.renderer.YAxisRendererRadarChart
 
reset() - Method in class com.github.mikephil.charting.buffer.AbstractBuffer
Resets the buffer index to 0 and makes the buffer reusable.
resetAxisMaxValue() - Method in class com.github.mikephil.charting.components.YAxis
By calling this method, any custom maximum value that has been previously set is reseted, and the calculation is done automatically.
resetAxisMinValue() - Method in class com.github.mikephil.charting.components.YAxis
By calling this method, any custom minimum value that has been previously set is reseted, and the calculation is done automatically.
resetCircleColors() - Method in class com.github.mikephil.charting.data.LineDataSet
resets the circle-colors array and creates a new one
resetColors() - Method in class com.github.mikephil.charting.data.DataSet
Resets all colors of this DataSet and recreates the colors array.
resetCustom() - Method in class com.github.mikephil.charting.components.Legend
Calling this will disable the custom legend labels (set by setCustom(...)).
resetLabelsToSkip() - Method in class com.github.mikephil.charting.components.XAxis
Calling this will disable a custom number of labels to be skipped (set by setLabelsToSkip(...)) while drawing the x-axis.
resetTracking() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
RESET PERFORMANCE TRACKING FIELDS
resetViewPortOffsets() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Resets all custom offsets set via setViewPortOffsets(...) method.
restrainViewPort(float, float, float, float) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
 
ROTATE - Static variable in class com.github.mikephil.charting.listener.ChartTouchListener
 
roundToNextSignificant(double) - Static method in class com.github.mikephil.charting.utils.Utils
rounds the given number to the next significant number
run() - Method in class com.github.mikephil.charting.jobs.MoveViewJob
 

S

saveToGallery(String, int) - Method in class com.github.mikephil.charting.charts.Chart
Saves the current state of the chart to the gallery as a JPEG image.
saveToPath(String, String) - Method in class com.github.mikephil.charting.charts.Chart
Saves the current chart state with the given name to the given path on the sdcard leaving the path empty "" will put the saved file directly on the SD card chart is saved as a PNG image, example: saveToPath("myfilename", "foldername1/foldername2");
saveToSdCard(List<Entry>, String) - Static method in class com.github.mikephil.charting.utils.FileUtils
Saves an Array of Entries to the specified location on the sdcard
ScatterBuffer - Class in com.github.mikephil.charting.buffer
 
ScatterBuffer(int) - Constructor for class com.github.mikephil.charting.buffer.ScatterBuffer
 
ScatterChart - Class in com.github.mikephil.charting.charts
The ScatterChart.
ScatterChart(Context) - Constructor for class com.github.mikephil.charting.charts.ScatterChart
 
ScatterChart(Context, AttributeSet) - Constructor for class com.github.mikephil.charting.charts.ScatterChart
 
ScatterChart(Context, AttributeSet, int) - Constructor for class com.github.mikephil.charting.charts.ScatterChart
 
ScatterChart.ScatterShape - Enum in com.github.mikephil.charting.charts
enum that defines the shape that is drawn where the values are, CIRCLE and SCQUARE offer the best performance, TRIANGLE has the worst performance.
ScatterChartRenderer - Class in com.github.mikephil.charting.renderer
 
ScatterChartRenderer(ScatterDataProvider, ChartAnimator, ViewPortHandler) - Constructor for class com.github.mikephil.charting.renderer.ScatterChartRenderer
 
ScatterData - Class in com.github.mikephil.charting.data
 
ScatterData() - Constructor for class com.github.mikephil.charting.data.ScatterData
 
ScatterData(List<String>) - Constructor for class com.github.mikephil.charting.data.ScatterData
 
ScatterData(String[]) - Constructor for class com.github.mikephil.charting.data.ScatterData
 
ScatterData(List<String>, List<ScatterDataSet>) - Constructor for class com.github.mikephil.charting.data.ScatterData
 
ScatterData(String[], List<ScatterDataSet>) - Constructor for class com.github.mikephil.charting.data.ScatterData
 
ScatterData(List<String>, ScatterDataSet) - Constructor for class com.github.mikephil.charting.data.ScatterData
 
ScatterData(String[], ScatterDataSet) - Constructor for class com.github.mikephil.charting.data.ScatterData
 
ScatterDataProvider - Interface in com.github.mikephil.charting.interfaces
 
ScatterDataSet - Class in com.github.mikephil.charting.data
 
ScatterDataSet(List<Entry>, String) - Constructor for class com.github.mikephil.charting.data.ScatterDataSet
 
SelectionDetail - Class in com.github.mikephil.charting.utils
Class that encapsulates information of a value that has been selected/highlighted and its DataSet index.
SelectionDetail(float, int, DataSet<?>) - Constructor for class com.github.mikephil.charting.utils.SelectionDetail
 
set(Vector3) - Method in class com.github.mikephil.charting.matrix.Vector3
 
set(float, float, float) - Method in class com.github.mikephil.charting.matrix.Vector3
 
setAppendix(String) - Method in class com.github.mikephil.charting.formatter.LargeValueFormatter
Set an appendix text to be added at the end of the formatted value.
setAutoScaleMinMaxEnabled(boolean) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Flag that indicates if auto scaling on the y axis is enabled.
setAvoidFirstLastClipping(boolean) - Method in class com.github.mikephil.charting.components.XAxis
if set to true, the chart will avoid that the first and last label entry in the chart "clip" off the edge of the chart or the screen
setAxisDependency(YAxis.AxisDependency) - Method in class com.github.mikephil.charting.data.DataSet
Set the y-axis this DataSet should be plotted against (either LEFT or RIGHT).
setAxisLineColor(int) - Method in class com.github.mikephil.charting.components.AxisBase
Sets the color of the border surrounding the chart.
setAxisLineWidth(float) - Method in class com.github.mikephil.charting.components.AxisBase
Sets the width of the border surrounding the chart in dp.
setAxisMaxValue(float) - Method in class com.github.mikephil.charting.components.YAxis
Set a custom maximum value for this axis.
setAxisMinValue(float) - Method in class com.github.mikephil.charting.components.YAxis
Set a custom minimum value for this axis.
setBarShadowColor(int) - Method in class com.github.mikephil.charting.data.BarDataSet
Sets the color used for drawing the bar-shadows.
setBarSpace(float) - Method in class com.github.mikephil.charting.buffer.BarBuffer
 
setBarSpacePercent(float) - Method in class com.github.mikephil.charting.data.BarDataSet
sets the space between the bars in percent (0-100) of the total bar width
setBodySpace(float) - Method in class com.github.mikephil.charting.buffer.CandleBodyBuffer
 
setBodySpace(float) - Method in class com.github.mikephil.charting.data.CandleDataSet
Sets the space that is left out on the left and right side of each candle, default 0.1f (10%), max 0.45f, min 0f
setBorderColor(int) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Sets the color of the chart border lines.
setBorderWidth(float) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Sets the width of the border lines in dp.
setCenterText(SpannableString) - Method in class com.github.mikephil.charting.charts.PieChart
Sets the text SpannableString that is displayed in the center of the PieChart.
setCenterText(String) - Method in class com.github.mikephil.charting.charts.PieChart
Sets the text String that is displayed in the center of the PieChart.
setCenterTextColor(int) - Method in class com.github.mikephil.charting.charts.PieChart
Sets the color of the center text of the PieChart.
setCenterTextRadiusPercent(float) - Method in class com.github.mikephil.charting.charts.PieChart
the rectangular radius of the bounding box for the center text, as a percentage of the pie hole default 1.f (100%)
setCenterTextSize(float) - Method in class com.github.mikephil.charting.charts.PieChart
Sets the size of the center text of the PieChart in dp.
setCenterTextSizePixels(float) - Method in class com.github.mikephil.charting.charts.PieChart
Sets the size of the center text of the PieChart in pixels.
setCenterTextTypeface(Typeface) - Method in class com.github.mikephil.charting.charts.PieChart
sets the typeface for the center-text paint
setChartDimens(float, float) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
Sets the width and height of the chart.
setCircleColor(int) - Method in class com.github.mikephil.charting.data.LineDataSet
Sets the one and ONLY color that should be used for this DataSet.
setCircleColorHole(int) - Method in class com.github.mikephil.charting.data.LineDataSet
Sets the color of the inner circle of the line-circles.
setCircleColors(List<Integer>) - Method in class com.github.mikephil.charting.data.LineDataSet
Sets the colors that should be used for the circles of this DataSet.
setCircleColors(int[]) - Method in class com.github.mikephil.charting.data.LineDataSet
Sets the colors that should be used for the circles of this DataSet.
setCircleColors(int[], Context) - Method in class com.github.mikephil.charting.data.LineDataSet
ets the colors that should be used for the circles of this DataSet.
setCircleSize(float) - Method in class com.github.mikephil.charting.data.LineDataSet
sets the size (radius) of the circle shpaed value indicators, default size = 4f
setClose(float) - Method in class com.github.mikephil.charting.data.CandleEntry
 
setColor(int, int) - Method in class com.github.mikephil.charting.data.BubbleDataSet
Sets a color with a specific alpha value.
setColor(int) - Method in class com.github.mikephil.charting.data.DataSet
Sets the one and ONLY color that should be used for this DataSet.
setColors(List<Integer>) - Method in class com.github.mikephil.charting.data.DataSet
Sets the colors that should be used fore this DataSet.
setColors(int[]) - Method in class com.github.mikephil.charting.data.DataSet
Sets the colors that should be used fore this DataSet.
setColors(int[], Context) - Method in class com.github.mikephil.charting.data.DataSet
Sets the colors that should be used fore this DataSet.
setComputedColors(List<Integer>) - Method in class com.github.mikephil.charting.components.Legend
This method sets the automatically computed colors for the legend.
setComputedLabels(List<String>) - Method in class com.github.mikephil.charting.components.Legend
This method sets the automatically computed labels for the legend.
setCubicIntensity(float) - Method in class com.github.mikephil.charting.data.LineDataSet
Sets the intensity for cubic lines (if enabled).
setCustom(int[], String[]) - Method in class com.github.mikephil.charting.components.Legend
Sets a custom legend's labels and colors arrays.
setCustom(List<Integer>, List<String>) - Method in class com.github.mikephil.charting.components.Legend
Sets a custom legend's labels and colors arrays.
setCustomScatterShape(Path) - Method in class com.github.mikephil.charting.data.ScatterDataSet
Sets a path object as the shape to be drawn where the values are at.
setData(T) - Method in class com.github.mikephil.charting.charts.Chart
Sets a new data object for the chart.
setData(CombinedData) - Method in class com.github.mikephil.charting.charts.CombinedChart
 
setData(LineData) - Method in class com.github.mikephil.charting.data.CombinedData
 
setData(BarData) - Method in class com.github.mikephil.charting.data.CombinedData
 
setData(ScatterData) - Method in class com.github.mikephil.charting.data.CombinedData
 
setData(CandleData) - Method in class com.github.mikephil.charting.data.CombinedData
 
setData(BubbleData) - Method in class com.github.mikephil.charting.data.CombinedData
 
setData(Object) - Method in class com.github.mikephil.charting.data.Entry
Sets additional data this Entry should represent.
setDataSet(int) - Method in class com.github.mikephil.charting.buffer.BarBuffer
 
setDataSet(PieDataSet) - Method in class com.github.mikephil.charting.data.PieData
Sets the PieDataSet this data object should represent.
setDecreasingColor(int) - Method in class com.github.mikephil.charting.data.CandleDataSet
Sets the one and ONLY color that should be used for this DataSet when open > close.
setDecreasingPaintStyle(Paint.Style) - Method in class com.github.mikephil.charting.data.CandleDataSet
Sets paint style when open > close
setDescription(String) - Method in class com.github.mikephil.charting.charts.Chart
set a description text that appears in the bottom right corner of the chart, size = Y-legend text size
setDescriptionColor(int) - Method in class com.github.mikephil.charting.charts.Chart
Sets the color of the description text.
setDescriptionPosition(float, float) - Method in class com.github.mikephil.charting.charts.Chart
Sets a custom position for the description text in pixels on the screen.
setDescriptionTextSize(float) - Method in class com.github.mikephil.charting.charts.Chart
sets the size of the description text in pixels, min 6f, max 16f
setDescriptionTypeface(Typeface) - Method in class com.github.mikephil.charting.charts.Chart
sets the typeface for the description paint
setDirection(Legend.LegendDirection) - Method in class com.github.mikephil.charting.components.Legend
sets the text direction of the legend
setDoubleTapToZoomEnabled(boolean) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Set this to true to enable zooming in by double-tap on the chart.
setDragDecelerationEnabled(boolean) - Method in class com.github.mikephil.charting.charts.Chart
If set to true, chart continues to scroll after touch up.
setDragDecelerationFrictionCoef(float) - Method in class com.github.mikephil.charting.charts.Chart
Deceleration friction coefficient in [0 ; 1] interval, higher values indicate that speed will decrease slowly, for example if it set to 0, it will stop immediately.
setDragEnabled(boolean) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Set this to true to enable dragging (moving the chart with the finger) for the chart (this does not effect scaling).
setDragOffsetX(float) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Set an offset in dp that allows the user to drag the chart over it's bounds on the x-axis.
setDragOffsetX(float) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
Set an offset in dp that allows the user to drag the chart over it's bounds on the x-axis.
setDragOffsetY(float) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Set an offset in dp that allows the user to drag the chart over it's bounds on the y-axis.
setDragOffsetY(float) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
Set an offset in dp that allows the user to drag the chart over it's bounds on the y-axis.
setDrawAxisLine(boolean) - Method in class com.github.mikephil.charting.components.AxisBase
Set this to true if the line alongside the axis should be drawn or not.
setDrawBarShadow(boolean) - Method in class com.github.mikephil.charting.charts.BarChart
If set to true, a grey area is drawn behind each bar that indicates the maximum value.
setDrawBarShadow(boolean) - Method in class com.github.mikephil.charting.charts.CombinedChart
If set to true, a grey area is drawn behind each bar that indicates the maximum value.
setDrawBorders(boolean) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Sets drawing the borders rectangle to true.
setDrawCenterText(boolean) - Method in class com.github.mikephil.charting.charts.PieChart
set this to true to draw the text that is displayed in the center of the pie chart
setDrawCircleHole(boolean) - Method in class com.github.mikephil.charting.data.LineDataSet
Set this to true to allow drawing a hole in each data circle.
setDrawCircles(boolean) - Method in class com.github.mikephil.charting.data.LineDataSet
set this to true to enable the drawing of circle indicators for this DataSet, default true
setDrawCubic(boolean) - Method in class com.github.mikephil.charting.data.LineDataSet
If set to true, the linechart lines are drawn in cubic-style instead of linear.
setDrawFilled(boolean) - Method in class com.github.mikephil.charting.data.LineRadarDataSet
Set to true if the DataSet should be drawn filled (surface), and not just as a line, disabling this will give great performance boost! default: false
setDrawGridBackground(boolean) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
set this to true to draw the grid background, false if not
setDrawGridLines(boolean) - Method in class com.github.mikephil.charting.components.AxisBase
Set this to true to enable drawing the grid lines for this axis.
setDrawHighlightArrow(boolean) - Method in class com.github.mikephil.charting.charts.BarChart
set this to true to draw the highlightning arrow
setDrawHighlightArrow(boolean) - Method in class com.github.mikephil.charting.charts.CombinedChart
set this to true to draw the highlightning arrow
setDrawHighlightIndicators(boolean) - Method in class com.github.mikephil.charting.data.LineScatterCandleRadarDataSet
Enables / disables both vertical and horizontal highlight-indicators.
setDrawHoleEnabled(boolean) - Method in class com.github.mikephil.charting.charts.PieChart
set this to true to draw the pie center empty
setDrawHorizontalHighlightIndicator(boolean) - Method in class com.github.mikephil.charting.data.LineScatterCandleRadarDataSet
Enables / disables the horizontal highlight-indicator.
setDrawLabels(boolean) - Method in class com.github.mikephil.charting.components.AxisBase
Set this to true to enable drawing the labels of this axis (this will not affect drawing the grid lines or axis lines).
setDrawLimitLinesBehindData(boolean) - Method in class com.github.mikephil.charting.components.AxisBase
If this is set to true, the LimitLines are drawn behind the actual data, otherwise on top.
setDrawMarkerViews(boolean) - Method in class com.github.mikephil.charting.charts.Chart
Set this to true to draw a user specified marker-view when tapping on chart values (use the setMarkerView(MarkerView mv) method to specify a marker view).
setDrawOrder(CombinedChart.DrawOrder[]) - Method in class com.github.mikephil.charting.charts.CombinedChart
Sets the order in which the provided data objects should be drawn.
setDrawSliceText(boolean) - Method in class com.github.mikephil.charting.charts.PieChart
set this to true to draw the x-value text into the pie slices
setDrawTopYLabelEntry(boolean) - Method in class com.github.mikephil.charting.components.YAxis
set this to true to enable drawing the top y-label entry.
setDrawValueAboveBar(boolean) - Method in class com.github.mikephil.charting.charts.BarChart
If set to true, all values are drawn above their bars, instead of below their top.
setDrawValueAboveBar(boolean) - Method in class com.github.mikephil.charting.charts.CombinedChart
If set to true, all values are drawn above their bars, instead of below their top.
setDrawValues(boolean) - Method in class com.github.mikephil.charting.data.ChartData
Enables / disables drawing values (value-text) for all DataSets this data object contains.
setDrawValues(boolean) - Method in class com.github.mikephil.charting.data.DataSet
set this to true to draw y-values on the chart NOTE (for bar and linechart): if "maxvisiblecount" is reached, no values will be drawn even if this is enabled
setDrawVerticalHighlightIndicator(boolean) - Method in class com.github.mikephil.charting.data.LineScatterCandleRadarDataSet
Enables / disables the vertical highlight-indicator.
setDrawWeb(boolean) - Method in class com.github.mikephil.charting.charts.RadarChart
If set to true, drawing the web is enabled, if set to false, drawing the whole web is disabled.
setEnabled(boolean) - Method in class com.github.mikephil.charting.components.ComponentBase
Set this to true if this component should be enabled (should be drawn), false if not.
setExtra(List<Integer>, List<String>) - Method in class com.github.mikephil.charting.components.Legend
Colors and labels that will be appended to the end of the auto calculated colors and labels arrays after calculating the legend.
setExtra(int[], String[]) - Method in class com.github.mikephil.charting.components.Legend
Colors and labels that will be appended to the end of the auto calculated colors and labels arrays after calculating the legend.
setExtraBottomOffset(float) - Method in class com.github.mikephil.charting.charts.Chart
Set an extra offset to be appended to the viewport's bottom
setExtraLeftOffset(float) - Method in class com.github.mikephil.charting.charts.Chart
Set an extra offset to be appended to the viewport's left
setExtraOffsets(float, float, float, float) - Method in class com.github.mikephil.charting.charts.Chart
Sets extra offsets (around the chart view) to be appended to the auto-calculated offsets.
setExtraRightOffset(float) - Method in class com.github.mikephil.charting.charts.Chart
Set an extra offset to be appended to the viewport's right
setExtraTopOffset(float) - Method in class com.github.mikephil.charting.charts.Chart
Set an extra offset to be appended to the viewport's top
setFillAlpha(int) - Method in class com.github.mikephil.charting.data.LineRadarDataSet
sets the alpha value (transparency) that is used for filling the line surface (0-255), default: 85
setFillColor(int) - Method in class com.github.mikephil.charting.data.LineRadarDataSet
sets the color that is used for filling the line surface
setFillFormatter(FillFormatter) - Method in class com.github.mikephil.charting.data.LineDataSet
Sets a custom FillFormatter to the chart that handles the position of the filled-line for each DataSet.
setForm(Legend.LegendForm) - Method in class com.github.mikephil.charting.components.Legend
sets the form/shape of the legend forms
setFormSize(float) - Method in class com.github.mikephil.charting.components.Legend
sets the size in pixels of the legend forms, this is internally converted in dp, default 8f
setFormToTextSpace(float) - Method in class com.github.mikephil.charting.components.Legend
sets the space between the form and the actual label/text, converts to dp internally
setGestureStartAngle(float, float) - Method in class com.github.mikephil.charting.listener.PieRadarChartTouchListener
sets the starting angle of the rotation, this is only used by the touch listener, x and y is the touch position
setGridBackgroundColor(int) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Sets the color for the background of the chart-drawing area (everything behind the grid lines).
setGridColor(int) - Method in class com.github.mikephil.charting.components.AxisBase
Sets the color of the grid lines for this axis (the horizontal lines coming from each label).
setGridLineWidth(float) - Method in class com.github.mikephil.charting.components.AxisBase
Sets the width of the grid lines that are drawn away from each axis label.
setGroupSpace(float) - Method in class com.github.mikephil.charting.data.BarData
Sets the space between groups of bars of different datasets in percent of the total width of one bar.
setHardwareAccelerationEnabled(boolean) - Method in class com.github.mikephil.charting.charts.Chart
Setting this to true will set the layer-type HARDWARE for the view, false will set layer-type SOFTWARE.
setHigh(float) - Method in class com.github.mikephil.charting.data.CandleEntry
 
setHighLightAlpha(int) - Method in class com.github.mikephil.charting.data.BarDataSet
Set the alpha value (transparency) that is used for drawing the highlight indicator bar.
setHighlightCircleWidth(float) - Method in class com.github.mikephil.charting.data.BubbleData
Sets the width of the circle that surrounds the bubble when highlighted for all DataSet objects this data object contains, in dp.
setHighlightCircleWidth(float) - Method in class com.github.mikephil.charting.data.BubbleDataSet
Sets the width of the circle that surrounds the bubble when highlighted, in dp.
setHighLightColor(int) - Method in class com.github.mikephil.charting.data.BarLineScatterCandleBubbleDataSet
Sets the color that is used for drawing the highlight indicators.
setHighlightEnabled(boolean) - Method in class com.github.mikephil.charting.data.ChartData
Enables / disables highlighting values for all DataSets this data object contains.
setHighlightEnabled(boolean) - Method in class com.github.mikephil.charting.data.DataSet
If set to true, value highlighting is enabled which means that values can be highlighted programmatically or by touch gesture.
setHighlightLineWidth(float) - Method in class com.github.mikephil.charting.data.LineScatterCandleRadarDataSet
Sets the width of the highlight line in dp.
setHighlightPerDragEnabled(boolean) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Set this to true to allow highlighting per dragging over the chart surface when it is fully zoomed out.
setHighlightPerTapEnabled(boolean) - Method in class com.github.mikephil.charting.charts.Chart
Set this to false to prevent values from being highlighted by tap gesture.
setHoleColor(int) - Method in class com.github.mikephil.charting.charts.PieChart
Sets the color for the hole that is drawn in the center of the PieChart (if enabled).
setHoleColorTransparent(boolean) - Method in class com.github.mikephil.charting.charts.PieChart
Set the hole in the center of the PieChart transparent.
setHoleRadius(float) - Method in class com.github.mikephil.charting.charts.PieChart
sets the radius of the hole in the center of the piechart in percent of the maximum radius (max = the radius of the whole chart), default 50%
setIncreasingColor(int) - Method in class com.github.mikephil.charting.data.CandleDataSet
Sets the one and ONLY color that should be used for this DataSet when open <= close.
setIncreasingPaintStyle(Paint.Style) - Method in class com.github.mikephil.charting.data.CandleDataSet
Sets paint style when open <= close
setInverted(boolean) - Method in class com.github.mikephil.charting.buffer.BarBuffer
 
setInverted(boolean) - Method in class com.github.mikephil.charting.components.YAxis
If this is set to true, the y-axis is inverted which means that low values are on top of the chart, high values on bottom.
setLabel(String) - Method in class com.github.mikephil.charting.components.LimitLine
Sets the label that is drawn next to the limit line.
setLabel(String) - Method in class com.github.mikephil.charting.data.DataSet
Sets the label string that describes the DataSet.
setLabelCount(int, boolean) - Method in class com.github.mikephil.charting.components.YAxis
sets the number of label entries for the y-axis max = 25, min = 2, default: 6, be aware that this number is not fixed (if force == false) and can only be approximated.
setLabelPosition(LimitLine.LimitLabelPosition) - Method in class com.github.mikephil.charting.components.LimitLine
Sets the position of the LimitLine value label (either on the right or on the left edge of the chart).
setLabelRotationAngle(float) - Method in class com.github.mikephil.charting.components.XAxis
sets the angle for drawing the X axis labels (in degrees)
setLabelsToSkip(int) - Method in class com.github.mikephil.charting.components.XAxis
Sets the number of labels that should be skipped on the axis before the next label is drawn.
setLastHighlighted(Highlight) - Method in class com.github.mikephil.charting.listener.ChartTouchListener
Sets the last value that was highlighted via touch.
setLineColor(int) - Method in class com.github.mikephil.charting.components.LimitLine
Sets the linecolor for this LimitLine.
setLineWidth(float) - Method in class com.github.mikephil.charting.components.LimitLine
set the line width of the chart (min = 0.2f, max = 12f); default 2f NOTE: thinner line == better performance, thicker line == worse performance
setLineWidth(float) - Method in class com.github.mikephil.charting.data.LineRadarDataSet
set the line width of the chart (min = 0.2f, max = 10f); default 1f NOTE: thinner line == better performance, thicker line == worse performance
setLogEnabled(boolean) - Method in class com.github.mikephil.charting.charts.Chart
Set this to true to enable logcat outputs for the chart.
setLow(float) - Method in class com.github.mikephil.charting.data.CandleEntry
 
setMarkerView(MarkerView) - Method in class com.github.mikephil.charting.charts.Chart
sets the view that is displayed when a value is clicked on the chart
setMaximumScaleX(float) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
Sets the maximum scale factor for the x-axis
setMaximumScaleY(float) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
Sets the maximum scale factor for the y-axis
setMaxSizePercent(float) - Method in class com.github.mikephil.charting.components.Legend
The maximum relative size out of the whole chart view.
setMaxVisibleValueCount(int) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
sets the number of maximum visible drawn values on the chart only active when setDrawValues() is enabled
setMinimumScaleX(float) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
Sets the minimum scale factor for the x-axis
setMinimumScaleY(float) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
Sets the minimum scale factor for the y-axis
setMinMaxScaleX(float, float) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
Sets the minimum and maximum scale factors for the x-axis
setMinOffset(float) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Sets the minimum offset (padding) around the chart, defaults to 10.f
setMinOffset(float) - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
Sets the minimum offset (padding) around the chart, defaults to 0.f
setNoDataText(String) - Method in class com.github.mikephil.charting.charts.Chart
Sets the text that informs the user that there is no data available with which to draw the chart.
setNoDataTextDescription(String) - Method in class com.github.mikephil.charting.charts.Chart
Sets descriptive text to explain to the user why there is no chart available Defaults to empty if not set
setOnChartGestureListener(OnChartGestureListener) - Method in class com.github.mikephil.charting.charts.Chart
Sets a gesture-listener for the chart for custom callbacks when executing gestures on the chart surface.
setOnChartValueSelectedListener(OnChartValueSelectedListener) - Method in class com.github.mikephil.charting.charts.Chart
set a selection listener for the chart
setOnDrawListener(OnDrawListener) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Sets the OnDrawListener
setOnTouchListener(ChartTouchListener) - Method in class com.github.mikephil.charting.charts.Chart
Set a new (e.g.
setOpen(float) - Method in class com.github.mikephil.charting.data.CandleEntry
 
setPaint(Paint, int) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
setPaint(Paint, int) - Method in class com.github.mikephil.charting.charts.Chart
set a new paint object for the specified parameter in the chart e.g.
setPhases(float, float) - Method in class com.github.mikephil.charting.buffer.AbstractBuffer
Set the phases used for animations.
setPhaseX(float) - Method in class com.github.mikephil.charting.animation.ChartAnimator
This modifys the x-phase that is used to animate the values.
setPhaseY(float) - Method in class com.github.mikephil.charting.animation.ChartAnimator
This modifys the y-phase that is used to animate the values.
setPinchZoom(boolean) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
If set to true, both x and y axis can be scaled simultaneously with 2 fingers, if false, x and y axis can be scaled separately.
setPosition(Legend.LegendPosition) - Method in class com.github.mikephil.charting.components.Legend
sets the position of the legend relative to the whole chart
setPosition(XAxis.XAxisPosition) - Method in class com.github.mikephil.charting.components.XAxis
sets the position of the x-labels
setPosition(YAxis.YAxisLabelPosition) - Method in class com.github.mikephil.charting.components.YAxis
sets the position of the y-labels
setRatios(float, float) - Method in class com.github.mikephil.charting.data.filter.Approximator
Sets the ratios for x- and y-axis, as well as the ratio of the scale levels
setRenderer(DataRenderer) - Method in class com.github.mikephil.charting.charts.Chart
Sets a new DataRenderer object for the chart.
setRendererLeftYAxis(YAxisRenderer) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Sets a custom axis renderer for the left axis and overwrites the existing one.
setRendererRightYAxis(YAxisRenderer) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Sets a custom axis renderer for the right acis and overwrites the existing one.
setRotationAngle(float) - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
Set an offset for the rotation of the RadarChart in degrees.
setRotationEnabled(boolean) - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
Set this to true to enable the rotation / spinning of the chart by touch.
setScaleEnabled(boolean) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Set this to true to enable scaling (zooming in and out by gesture) for the chart (this does not effect dragging) on both X- and Y-Axis.
setScaleMinima(float, float) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Sets the minimum scale factor value to which can be zoomed out.
setScaleXEnabled(boolean) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
setScaleYEnabled(boolean) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
 
setScatterShape(ScatterChart.ScatterShape) - Method in class com.github.mikephil.charting.data.ScatterDataSet
Sets the shape that is drawn on the position where the values are at.
setScatterShapeSize(float) - Method in class com.github.mikephil.charting.data.ScatterDataSet
Sets the size in density pixels the drawn scattershape will have.
setSelectionShift(float) - Method in class com.github.mikephil.charting.data.PieDataSet
sets the distance the highlighted piechart-slice of this DataSet is "shifted" away from the center of the chart, default 12f
setShadowColor(int) - Method in class com.github.mikephil.charting.data.CandleDataSet
Sets shadow color for all entries
setShadowColorSameAsCandle(boolean) - Method in class com.github.mikephil.charting.data.CandleDataSet
Sets shadow color to be the same color as the candle color
setShadowWidth(float) - Method in class com.github.mikephil.charting.data.CandleDataSet
Sets the width of the candle-shadow-line in pixels.
setShowOnlyMinMax(boolean) - Method in class com.github.mikephil.charting.components.YAxis
If enabled, the YLabels will only show the minimum and maximum value of the chart.
setSize(float) - Method in class com.github.mikephil.charting.data.BubbleEntry
 
setSkipWebLineCount(int) - Method in class com.github.mikephil.charting.charts.RadarChart
Sets the number of web-lines that should be skipped on chart web before the next one is drawn.
setSliceSpace(float) - Method in class com.github.mikephil.charting.data.PieDataSet
sets the space that is left out between the piechart-slices, default: 0° --> no space, maximum 45, minimum 0 (no space)
setSpaceBetweenLabels(int) - Method in class com.github.mikephil.charting.components.XAxis
Sets the space (in characters) that should be left out between the x-axis labels, default 4.
setSpaceBottom(float) - Method in class com.github.mikephil.charting.components.YAxis
Sets the bottom axis space in percent of the full range.
setSpaceTop(float) - Method in class com.github.mikephil.charting.components.YAxis
Sets the top axis space in percent of the full range.
setStackLabels(String[]) - Method in class com.github.mikephil.charting.data.BarDataSet
Sets labels for different values of bar-stacks, in case there are one.
setStackSpace(float) - Method in class com.github.mikephil.charting.components.Legend
sets the space that is left out between stacked forms (with no label)
setStartAtZero(boolean) - Method in class com.github.mikephil.charting.components.YAxis
enable this to force the y-axis labels to always start at zero
setSubRenderers(List<DataRenderer>) - Method in class com.github.mikephil.charting.renderer.CombinedChartRenderer
 
setSuffix(String[]) - Method in class com.github.mikephil.charting.formatter.LargeValueFormatter
Set custom suffix to be appended after the values.
setTextColor(int) - Method in class com.github.mikephil.charting.components.ComponentBase
Sets the text color to use for the labels.
setTextSize(float) - Method in class com.github.mikephil.charting.components.ComponentBase
sets the size of the label text in pixels min = 6f, max = 24f, default 10f
setTextStyle(Paint.Style) - Method in class com.github.mikephil.charting.components.LimitLine
Sets the color of the value-text that is drawn next to the LimitLine.
setTolerance(double) - Method in class com.github.mikephil.charting.data.filter.Approximator
sets the tolerance for the Approximator.
setTouchEnabled(boolean) - Method in class com.github.mikephil.charting.charts.Chart
Set this to false to disable all gestures and touches on the chart, default: true
setTransparentCircleAlpha(int) - Method in class com.github.mikephil.charting.charts.PieChart
Sets the amount of transparency the transparent circle should have 0 = fully transparent, 255 = fully opaque.
setTransparentCircleColor(int) - Method in class com.github.mikephil.charting.charts.PieChart
Sets the color the transparent-circle should have.
setTransparentCircleRadius(float) - Method in class com.github.mikephil.charting.charts.PieChart
sets the radius of the transparent circle that is drawn next to the hole in the piechart in percent of the maximum radius (max = the radius of the whole chart), default 55% -> means 5% larger than the center-hole by default
setType(Approximator.ApproximatorType) - Method in class com.github.mikephil.charting.data.filter.Approximator
Sets the filtering algorithm that should be used.
setTypeface(Typeface) - Method in class com.github.mikephil.charting.components.ComponentBase
sets a specific Typeface for the labels
setup(Approximator.ApproximatorType, double) - Method in class com.github.mikephil.charting.data.filter.Approximator
sets type and tolerance, if tolerance <= 0, no filtering will be done
setUsePercentValues(boolean) - Method in class com.github.mikephil.charting.charts.PieChart
If this is enabled, values inside the PieChart are drawn in percent and not with their original value.
setVal(float) - Method in class com.github.mikephil.charting.data.Entry
Sets the value for the entry.
setVals(float[]) - Method in class com.github.mikephil.charting.data.BarEntry
Set the array of values this BarEntry should represent.
setValueFormatter(XAxisValueFormatter) - Method in class com.github.mikephil.charting.components.XAxis
Sets a custom XAxisValueFormatter for the data object that allows custom-formatting of all x-values before rendering them.
setValueFormatter(YAxisValueFormatter) - Method in class com.github.mikephil.charting.components.YAxis
Sets the formatter to be used for formatting the axis labels.
setValueFormatter(ValueFormatter) - Method in class com.github.mikephil.charting.data.ChartData
Sets a custom ValueFormatter for all DataSets this data object contains.
setValueFormatter(ValueFormatter) - Method in class com.github.mikephil.charting.data.DataSet
Sets the formatter to be used for drawing the values inside the chart.
setValues(List<String>) - Method in class com.github.mikephil.charting.components.XAxis
Sets the labels for this axis.
setValueTextColor(int) - Method in class com.github.mikephil.charting.data.ChartData
Sets the color of the value-text (color in which the value-labels are drawn) for all DataSets this data object contains.
setValueTextColor(int) - Method in class com.github.mikephil.charting.data.DataSet
Sets the color the value-labels of this DataSet should have.
setValueTextSize(float) - Method in class com.github.mikephil.charting.data.ChartData
Sets the size (in dp) of the value-text for all DataSets this data object contains.
setValueTextSize(float) - Method in class com.github.mikephil.charting.data.DataSet
Sets the text-size of the value-labels of this DataSet in dp.
setValueTypeface(Typeface) - Method in class com.github.mikephil.charting.data.ChartData
Sets the Typeface for all value-labels for all DataSets this data object contains.
setValueTypeface(Typeface) - Method in class com.github.mikephil.charting.data.DataSet
Sets a Typeface for the value-labels of this DataSet.
setViewPortOffsets(float, float, float, float) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Sets custom offsets for the current ViewPort (the offsets on the sides of the actual chart window).
setVisible(boolean) - Method in class com.github.mikephil.charting.data.DataSet
Set the visibility of this DataSet.
setVisibleXRange(float, float) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Limits the maximum and minimum value count that can be visible by pinching and zooming.
setVisibleXRangeMaximum(float) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Sets the size of the area (range on the x-axis) that should be maximum visible at once (no further zooming out allowed).
setVisibleXRangeMinimum(float) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Sets the size of the area (range on the x-axis) that should be minimum visible at once (no further zooming in allowed).
setVisibleYRangeMaximum(float, YAxis.AxisDependency) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Sets the size of the area (range on the y-axis) that should be maximum visible at once.
setWebAlpha(int) - Method in class com.github.mikephil.charting.charts.RadarChart
Sets the transparency (alpha) value for all web lines, default: 150, 255 = 100% opaque, 0 = 100% transparent
setWebColor(int) - Method in class com.github.mikephil.charting.charts.RadarChart
Sets the color for the web lines that come from the center.
setWebColorInner(int) - Method in class com.github.mikephil.charting.charts.RadarChart
Sets the color for the web lines in between the lines that come from the center.
setWebLineWidth(float) - Method in class com.github.mikephil.charting.charts.RadarChart
Sets the width of the web lines that come from the center.
setWebLineWidthInner(float) - Method in class com.github.mikephil.charting.charts.RadarChart
Sets the width of the web lines that are in between the lines coming from the center.
setWordWrapEnabled(boolean) - Method in class com.github.mikephil.charting.components.Legend
Should the legend word wrap? / this is currently supported only for: BelowChartLeft, BelowChartRight, BelowChartCenter.
setXAxisRenderer(XAxisRenderer) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Sets a custom XAxisRenderer and overrides the existing (default) one.
setXEntrySpace(float) - Method in class com.github.mikephil.charting.components.Legend
sets the space between the legend entries on a horizontal axis in pixels, converts to dp internally
setXIndex(int) - Method in class com.github.mikephil.charting.data.Entry
sets the x-index for the entry
setXOffset(float) - Method in class com.github.mikephil.charting.components.ComponentBase
Sets the used x-axis offset for the labels on this axis.
setYEntrySpace(float) - Method in class com.github.mikephil.charting.components.Legend
sets the space between the legend entries on a vertical axis in pixels, converts to dp internally
setYOffset(float) - Method in class com.github.mikephil.charting.components.ComponentBase
Sets the used y-axis offset for the labels on this axis.
size() - Method in class com.github.mikephil.charting.buffer.AbstractBuffer
Returns the size (length) of the buffer array.
spin(int, float, float, Easing.EasingOption) - Method in class com.github.mikephil.charting.charts.PieRadarChartBase
Applys a spin animation to the Chart.
startAction(MotionEvent) - Method in class com.github.mikephil.charting.listener.ChartTouchListener
Calls the OnChartGestureListener to do the start callback
stopDeceleration() - Method in class com.github.mikephil.charting.listener.BarLineChartTouchListener
 
stopDeceleration() - Method in class com.github.mikephil.charting.listener.PieRadarChartTouchListener
Sets the deceleration-angular-velocity to 0f
subtract(Vector3) - Method in class com.github.mikephil.charting.matrix.Vector3
 
subtractMultiple(Vector3, float) - Method in class com.github.mikephil.charting.matrix.Vector3
 

T

to - Variable in class com.github.mikephil.charting.highlight.Range
 
toSimpleString() - Method in class com.github.mikephil.charting.data.DataSet
Returns a simple string representation of the DataSet with the type and the number of Entries.
toString() - Method in class com.github.mikephil.charting.data.DataSet
 
toString() - Method in class com.github.mikephil.charting.data.Entry
returns a string representation of the entry containing x-index and value
toString() - Method in class com.github.mikephil.charting.highlight.Highlight
 
toString() - Method in class com.github.mikephil.charting.utils.FSize
 
toString() - Method in class com.github.mikephil.charting.utils.PointD
returns a string representation of the object
Transformer - Class in com.github.mikephil.charting.utils
Transformer class that contains all matrices and is responsible for transforming values into pixels on the screen and backwards.
Transformer(ViewPortHandler) - Constructor for class com.github.mikephil.charting.utils.Transformer
 
TransformerHorizontalBarChart - Class in com.github.mikephil.charting.utils
Transformer class for the HorizontalBarChart.
TransformerHorizontalBarChart(ViewPortHandler) - Constructor for class com.github.mikephil.charting.utils.TransformerHorizontalBarChart
 

U

UNIT_X - Static variable in class com.github.mikephil.charting.matrix.Vector3
 
UNIT_Y - Static variable in class com.github.mikephil.charting.matrix.Vector3
 
UNIT_Z - Static variable in class com.github.mikephil.charting.matrix.Vector3
 
updateGestureRotation(float, float) - Method in class com.github.mikephil.charting.listener.PieRadarChartTouchListener
updates the view rotation depending on the given touch position, also takes the starting angle into consideration
Utils - Class in com.github.mikephil.charting.utils
Utilities class that has some helper methods.
Utils() - Constructor for class com.github.mikephil.charting.utils.Utils
 

V

val - Variable in class com.github.mikephil.charting.utils.SelectionDetail
 
ValueFormatter - Interface in com.github.mikephil.charting.formatter
Interface that allows custom formatting of all values inside the chart before they are being drawn to the screen.
valueOf(String) - Static method in enum com.github.mikephil.charting.animation.Easing.EasingOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.mikephil.charting.charts.CombinedChart.DrawOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.mikephil.charting.charts.ScatterChart.ScatterShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.mikephil.charting.components.Legend.LegendDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.mikephil.charting.components.Legend.LegendForm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.mikephil.charting.components.Legend.LegendPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.mikephil.charting.components.LimitLine.LimitLabelPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.mikephil.charting.components.XAxis.XAxisPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.mikephil.charting.components.YAxis.AxisDependency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.mikephil.charting.components.YAxis.YAxisLabelPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.mikephil.charting.data.filter.Approximator.ApproximatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.mikephil.charting.listener.ChartTouchListener.ChartGesture
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.mikephil.charting.animation.Easing.EasingOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.mikephil.charting.charts.CombinedChart.DrawOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.mikephil.charting.charts.ScatterChart.ScatterShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.mikephil.charting.components.Legend.LegendDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.mikephil.charting.components.Legend.LegendForm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.mikephil.charting.components.Legend.LegendPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.mikephil.charting.components.LimitLine.LimitLabelPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.mikephil.charting.components.XAxis.XAxisPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.mikephil.charting.components.YAxis.AxisDependency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.mikephil.charting.components.YAxis.YAxisLabelPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.mikephil.charting.data.filter.Approximator.ApproximatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.mikephil.charting.listener.ChartTouchListener.ChartGesture
Returns an array containing the constants of this enum type, in the order they are declared.
valuesToHighlight() - Method in class com.github.mikephil.charting.charts.Chart
Returns true if there are values to highlight, false if there are no values to highlight.
Vector3 - Class in com.github.mikephil.charting.matrix
Simple 3D vector class.
Vector3() - Constructor for class com.github.mikephil.charting.matrix.Vector3
 
Vector3(float[]) - Constructor for class com.github.mikephil.charting.matrix.Vector3
 
Vector3(float, float, float) - Constructor for class com.github.mikephil.charting.matrix.Vector3
 
Vector3(Vector3) - Constructor for class com.github.mikephil.charting.matrix.Vector3
 
velocityTrackerPointerUpCleanUpIfNecessary(MotionEvent, VelocityTracker) - Static method in class com.github.mikephil.charting.utils.Utils
 
view - Variable in class com.github.mikephil.charting.jobs.MoveViewJob
 
ViewPortHandler - Class in com.github.mikephil.charting.utils
Class that contains information about the charts current viewport settings, including offsets, scale & translation levels, ...
ViewPortHandler() - Constructor for class com.github.mikephil.charting.utils.ViewPortHandler
Constructor - don't forget calling setChartDimens(...)
VORDIPLOM_COLORS - Static variable in class com.github.mikephil.charting.utils.ColorTemplate
 

W

width - Variable in class com.github.mikephil.charting.utils.FSize
 
writeToParcel(Parcel, int) - Method in class com.github.mikephil.charting.data.Entry
 

X

x - Variable in class com.github.mikephil.charting.matrix.Vector3
 
x - Variable in class com.github.mikephil.charting.utils.PointD
 
X_ZOOM - Static variable in class com.github.mikephil.charting.listener.ChartTouchListener
 
XAxis - Class in com.github.mikephil.charting.components
Class representing the x-axis labels settings.
XAxis() - Constructor for class com.github.mikephil.charting.components.XAxis
 
XAxis.XAxisPosition - Enum in com.github.mikephil.charting.components
enum for the position of the x-labels relative to the chart
XAxisRenderer - Class in com.github.mikephil.charting.renderer
 
XAxisRenderer(ViewPortHandler, XAxis, Transformer) - Constructor for class com.github.mikephil.charting.renderer.XAxisRenderer
 
XAxisRendererBarChart - Class in com.github.mikephil.charting.renderer
 
XAxisRendererBarChart(ViewPortHandler, XAxis, Transformer, BarChart) - Constructor for class com.github.mikephil.charting.renderer.XAxisRendererBarChart
 
XAxisRendererHorizontalBarChart - Class in com.github.mikephil.charting.renderer
 
XAxisRendererHorizontalBarChart(ViewPortHandler, XAxis, Transformer, BarChart) - Constructor for class com.github.mikephil.charting.renderer.XAxisRendererHorizontalBarChart
 
XAxisRendererRadarChart - Class in com.github.mikephil.charting.renderer
 
XAxisRendererRadarChart(ViewPortHandler, XAxis, RadarChart) - Constructor for class com.github.mikephil.charting.renderer.XAxisRendererRadarChart
 
XAxisValueFormatter - Interface in com.github.mikephil.charting.formatter
Created by Philipp Jahoda on 14/09/15.
xIndex - Variable in class com.github.mikephil.charting.jobs.MoveViewJob
 

Y

y - Variable in class com.github.mikephil.charting.matrix.Vector3
 
y - Variable in class com.github.mikephil.charting.utils.PointD
 
Y_ZOOM - Static variable in class com.github.mikephil.charting.listener.ChartTouchListener
 
YAxis - Class in com.github.mikephil.charting.components
Class representing the y-axis labels settings and its entries.
YAxis() - Constructor for class com.github.mikephil.charting.components.YAxis
 
YAxis(YAxis.AxisDependency) - Constructor for class com.github.mikephil.charting.components.YAxis
 
YAxis.AxisDependency - Enum in com.github.mikephil.charting.components
Enum that specifies the axis a DataSet should be plotted against, either LEFT or RIGHT.
YAxis.YAxisLabelPosition - Enum in com.github.mikephil.charting.components
enum for the position of the y-labels relative to the chart
YAxisRenderer - Class in com.github.mikephil.charting.renderer
 
YAxisRenderer(ViewPortHandler, YAxis, Transformer) - Constructor for class com.github.mikephil.charting.renderer.YAxisRenderer
 
YAxisRendererHorizontalBarChart - Class in com.github.mikephil.charting.renderer
 
YAxisRendererHorizontalBarChart(ViewPortHandler, YAxis, Transformer) - Constructor for class com.github.mikephil.charting.renderer.YAxisRendererHorizontalBarChart
 
YAxisRendererRadarChart - Class in com.github.mikephil.charting.renderer
 
YAxisRendererRadarChart(ViewPortHandler, YAxis, RadarChart) - Constructor for class com.github.mikephil.charting.renderer.YAxisRendererRadarChart
 
YAxisValueFormatter - Interface in com.github.mikephil.charting.formatter
Created by Philipp Jahoda on 20/09/15.
yValue - Variable in class com.github.mikephil.charting.jobs.MoveViewJob
 

Z

z - Variable in class com.github.mikephil.charting.matrix.Vector3
 
ZERO - Static variable in class com.github.mikephil.charting.matrix.Vector3
 
zero() - Method in class com.github.mikephil.charting.matrix.Vector3
 
zoom(float, float, float, float) - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Zooms in or out by the given scale factor.
zoom(float, float, float, float) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
Zooms in or out by the given scale factor.
zoomIn() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Zooms in by 1.4f, into the charts center.
zoomIn(float, float) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
Zooms in by 1.4f, x and y are the coordinates (in pixels) of the zoom center.
zoomOut() - Method in class com.github.mikephil.charting.charts.BarLineChartBase
Zooms out by 0.7f, from the charts center.
zoomOut(float, float) - Method in class com.github.mikephil.charting.utils.ViewPortHandler
Zooms out by 0.7f, x and y are the coordinates (in pixels) of the zoom center.
A B C D E F G H I J L M N O P R S T U V W X Y Z 
Skip navigation links