Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

CNiExcelChart

I am using an application I created to port and chart data in Excel with the CNiExcelChart functions built in Measurement Studio for C++.NET.  I want to change the x and y scale to fit my graph, it seems the y scale is the default for scale - how do I access the x access scale?
0 Kudos
Message 1 of 2
(2,756 Views)
jatarro,

Excel Charts only chart the information with labels on the x-axis. Therefore, as far as Excel is concerned, the x-axis has no "scale" it only has an equal amount of labels to the amount of data points you give it to plot. In this way Excel only charts points you give in and does not graph it like you are able to do in Measurement Studio. So the x-axis scale will always be equal to the amount of data points you give it, even if the labeling is different.

Brandon Vasquez | Software Engineer | Integration Services | National Instruments
0 Kudos
Message 2 of 2
(2,737 Views)