-
Notifications
You must be signed in to change notification settings - Fork 204
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels