 Rank: Advanced Member
Groups: Registered
Joined: 4/25/2012(UTC) Posts: 68 Location: India
|
Hi, I want to add multiple Y-axis in the left side of the area. The added Y-Axis should have space between them. How can i do this with aiChart library. Please reply.
|
|
|
|
 Rank: Member
Groups: Registered
Joined: 7/28/2009(UTC) Posts: 447 
|
Hi,
You may add axes with code - chartArea.getAxes().add(new ChartAxis(Position.Left))
or you may add new area - chartView.getAreas().add(new ChartArea("new")); chartSeries.setArea("new");
Best regards, |
Volodymyr Baydalka Andriod development and support team |
|
|
|
 Rank: Advanced Member
Groups: Registered
Joined: 4/25/2012(UTC) Posts: 68 Location: India
|
Hi,
I am able to add the number of axis. But the added axis not scaling automatically to the desired value(Interval). But the default Y-Axis is fine. How can i set the intervals automatically for custom axis also. Could you please tell me?
|
|
|
|
 Rank: Advanced Member
Groups: Registered
Joined: 4/25/2012(UTC) Posts: 68 Location: India
|
Hi,
Could you please help me on this..?
|
|
|
|
 Rank: Advanced Member
Groups: Registered
Joined: 4/25/2012(UTC) Posts: 68 Location: India
|
Could anyone please reply for this?
|
|
|
|
 Rank: Member
Groups: Registered
Joined: 7/28/2009(UTC) Posts: 447 
|
Hi,
Do you set axis to series? chartSeries.setXAxis()/setYAxis()
Best regards, |
Volodymyr Baydalka Andriod development and support team |
|
|
|
 Rank: Advanced Member
Groups: Registered
Joined: 4/25/2012(UTC) Posts: 68 Location: India
|
Hi,
Yes. I have added already. I can see the custom axis but i am seeing only the range from 0 to 1. Range is not changing like the default Y-Axis. Could you please tell me how to do this?
|
|
|
|
 Rank: Member
Groups: Registered
Joined: 7/28/2009(UTC) Posts: 447 
|
|
Volodymyr Baydalka Andriod development and support team |
|
|
|
 Rank: Advanced Member
Groups: Registered
Joined: 4/25/2012(UTC) Posts: 68 Location: India
|
Hi, As i have just integrated aiChart with my aiChart, i can't send you the sample. But the lib version is 1.5.0.3
|
|
|
|
 Rank: Advanced Member
Groups: Registered
Joined: 4/25/2012(UTC) Posts: 68 Location: India
|
Could you please suggest me something to solve this.?
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.