Package com.github.mikephil.charting.components
See: Description
-
Class Summary Class Description AxisBase Base-class of all axes (previously called labels). XAxis Class representing the x-axis labels settings. Range LimitRange The limit line is an additional feature for all Line-, Bar- and ScatterCharts. LimitLine The limit line is an additional feature for all Line-, Bar- and ScatterCharts. Description Created by Philipp Jahoda on 17/09/16. MarkerImage View that can be displayed when selecting values in the chart. Legend Class representing the legend of the chart. LegendEntry YAxis Class representing the y-axis labels settings and its entries. MarkerView View that can be displayed when selecting values in the chart. ComponentBase This class encapsulates everything both Axis, Legend and LimitLines have in common. -
Enum Summary Enum Description XAxisPosition enum for the position of the x-labels relative to the chart LimitLabelPosition enum that indicates the position of the LimitLine label LegendForm LegendHorizontalAlignment LegendVerticalAlignment LegendOrientation LegendDirection YAxisLabelPosition enum for the position of the y-labels relative to the chart AxisDependency Enum that specifies the axis a DataSet should be plotted against, either LEFT or RIGHT. -
Interface Summary Interface Description IMarker