Skip to content

How to add the labels into the Xaxis  #28

@AbdulSalamAli0018

Description

@AbdulSalamAli0018

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions