Jump to content
Software FX Community

Problem with showing 2 labels on x-axis....Help needed


Narasimha

Recommended Posts

I need to show 2 lables "Date" and "Hour" on x-axis of curve graph. Each date have hours from 1 to 23.

I tried below code and its working but date is appearing for each hour. But I need date should appear once until next date.  Can anyone help me what to do?

 chrtMain.DataSourceSettings.Fields.Add(New FieldMap("Date", FieldUsage.Label))

chrtMain.DataSourceSettings.Fields.Add(New FieldMap("Hour", FieldUsage.Label))
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...