hellocharts-android icon indicating copy to clipboard operation
hellocharts-android copied to clipboard

change X axis and Y axis color

Open Tejpalsb opened this issue 7 years ago • 1 comments

How to change X & Y axis default light gray color..?? Also I want to give labels to X axis as 'Jan', "Feb".... but It shows 1, 2,....

Tejpalsb avatar Apr 30 '18 12:04 Tejpalsb

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)

EnnaKenT avatar Aug 07 '18 09:08 EnnaKenT