Hi there
Is it possible to change the colour of the tick marks from the default of black? I cannot find any method that does this.
If the colour of the grid lines are not black then it looks strange having black tick marks, our client wants the tick mark to be the same colour as the grid lines....
Many thanks
Belinda
Changing colour of tick marks
Re: Changing colour of tick marks
vAxis1.setTickLabelPaint(Color.red);
the tick mark will have the same color as the tick labels.
the tick mark will have the same color as the tick labels.
Re: Changing colour of tick marks
Hi Belinda,
It is an oversight and I will add an attribute to control this for 0.9.4.
Regards,
DG.
It is an oversight and I will add an attribute to control this for 0.9.4.
Regards,
DG.