Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add the labels into the Xaxis #28

Open
AbdulSalamAli0018 opened this issue Oct 17, 2016 · 0 comments
Open

How to add the labels into the Xaxis #28

AbdulSalamAli0018 opened this issue Oct 17, 2016 · 0 comments

Comments

@AbdulSalamAli0018
Copy link

I want to add the Months name on the Xaxis of the Chart how to do it , I can see any thing to achieve this , Following is the method which makes the index on the xAxis

GraphViewSeries exampleSeries = new GraphViewSeries(new GraphViewData[] {
          new GraphViewData(1, 2.0d)
          , new GraphViewData(2, 1.5d)
          , new GraphViewData(3, 2.5d)
          , new GraphViewData(4, 1.0d)
});

So how can I set the months name on the XAxis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant