I'm using an analog input module on cDAQ9188 chasis and wishes to display 20000 finite analog data in timescale. My sampling rate is 10000 and based on basic calculation I should be able to display all the data in 2secs. How can I do this using measurement studio VC++??? I tried using set maximum don't seem to work... I saw in NI CVI "SetCtrlAttribute(panel,PANEL_GRAPH,ATTR_XAXIS_GAIN,1/rate); " do we have an equivalent in Measurement Studio VC++???