Search found 2 matches

by
Wed May 25, 2022 10:36 am
Forum: .NET
Topic: Need to show multiple X axis with different data
Replies: 3
Views: 4586

Re: Need to show multiple X axis with different data

Thank you for your response. Tried example shared by you but not getting as per our requirement. pls see below image. MultiXAxes_Issue2.png my code: 'line2 Y2 = (From p In dtMasterSales.Tables(1).AsEnumerable() Select p.Field(Of Single)(sTagColNm)).ToArray() With line2 .Color = Drawing.Color.Red .Ti...
by
Wed May 18, 2022 9:17 am
Forum: .NET
Topic: Need to show multiple X axis with different data
Replies: 3
Views: 4586

Need to show multiple X axis with different data

Hello, Greetings. I got an assignment to display a chart which has a multiple X axes. It will show different data as pass it through a dataset. I tried to add sub-axes at bottom and but it is not showing attached labels on it. My first bottom (X) axis is perfect and I want to add more X axis to this...