XAxis
fun XAxis(xAxisData: AxisData, modifier: Modifier, xStart: Float, scrollOffset: Float, zoomScale: Float, chartData: List<Point>, axisStart: Float)
XAxis compose method used for drawing xAxis in any given graph.
Parameters
x Axis Data
: All data needed to draw Yaxis
modifier
: All modifier related property.
x Start
: Start position of xAxis Points.
scroll Offset
: Offset of delta scrolled position.
zoom Scale
: Scale at which zoom transformation being applied.
chart Data
: List of data points used in the graph.
See also
Data class to save all params related to axis