You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
So how can I set the months name on the XAxis
The text was updated successfully, but these errors were encountered: