Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6643407
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:02:49+00:00 2026-05-26T00:02:49+00:00

I am developing the graph using kichart. But i don’t know how to set

  • 0

I am developing the graph using kichart. But i don’t know how to set the values along the y-axis like x-axis values and more thing how to remove the trial version tag in the image. I am getting the value as “0.00” along the y-axis. How to modify values like x-axis. is kichart is better to implement the line graphs? if No, then please suggest me the other way.

code

public class chartview extends Activity

{

LineView lv;
@Override
public void onCreate(Bundle savedInstanceState)
{
    super.onCreate(savedInstanceState);
    //setContentView(R.layout.main);
    String xaxis[]=new String[4];

    xaxis[0]="2006";
    xaxis[1]="2007";
    xaxis[2]="2008";
    xaxis[3]="2009";
    float line1[]=new float[4];
    line1[0]=120;
    line1[1]=240;
    line1[2]=500;
    line1[3]=100;
    float line2[]=new float[4];
    line2[0]=100;
    line2[1]=650;
    line2[2]=700;
    line2[3]=300;
    float line3[]=new float[4];
    line3[0]=50;
    line3[1]=50;
    line3[2]=50;
    line3[3]=50;
    Aitem items[]=new Aitem[3];
    items[0]= new Aitem(Color.BLUE,"pauOut",line1);
    items[1]= new Aitem(Color.GREEN,"pauOut",line2);
    items[2]= new Aitem(Color.YELLOW,"pauOut",line3);
    lv=new LineView(this);
    lv.setTitle("Yearly Budget");
    lv.setAxisValueX(xaxis);        
    lv.setItems(items);
    setContentView(lv);
}

}

graph

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T00:02:49+00:00Added an answer on May 26, 2026 at 12:02 am

    But i don’t know how to set the values along the y-axis :

    lv = new LineView(this);
    lv.setYAxisRegionStart(50f);
    lv.setYAxisRegionEnd(500f);
    

    more thing how to remove the trial version tag in the image.

    that’s easy, buy it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing a graph control in WPF. I have previously developed it using GDI
I started developing a Facebook app using the new Graph API. I want to
I've just started developing a small C++ program using GraphViz's graph library and noticed
I am developing a poll using ruby, but the answer that i get is
I'm developing a Facebook application using their Graph API. I have previously developed an
I'm still new to developing FB Apps (I'm using Flex), I only know how
When developing (works fine live) the pages for our website don't pick up the
I am developing a Graph-class, based on boost-graph-library. A Graph-object contains a boost-graph, so
I’m developing a Ray Tracer in C++ using SDL and Pthread. I’m having issues
I am developing a web-based application using Rails. I am debating between using a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.