Vlad
Vlad
Try to change axis's line- and text- color. To set custom labels for axis you need to create custom customAxisValue = AxisValue(value, label) and set if to *ChartData.setAxis(X/Y)(Bottom/Top...)(customAxisValue)
Try to change text size for xAxis (XAxis.setTextSize(int textSize))
Please move!
> I’m facing the same issue. My application continuously records audio and video from the device’s microphone and camera. When a livestream request arrives, we want to push the recorded...