Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to plot arbitrary string values on the x-axis of a scatter graph?

We have a C# app that makes extensive us of scatter graphs.   Does anyone know if it is possible to plot arbitrary string values on the x-axis of a scatter graph?   For example, instead of plotting my y data again a numeric index on the x-axis (1,2,3,4...),  I would like the x-axis to display A1, A2, A3, A4...etc.   Is this even possible? 

0 Kudos
Message 1 of 3
(4,603 Views)

You might want to learn about .NET's Chart Control.  http://msdn.microsoft.com/en-us/library/dd489238%28v=vs.110%29.aspx

 

0 Kudos
Message 2 of 3
(4,574 Views)

Yes, you can use CustomDivisions on the X or Y Axis to display arbitrary string values on the ScatterGraph

0 Kudos
Message 3 of 3
(4,550 Views)