- 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
-
- 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
- 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.
- 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
- 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
-