1. is there a possibility to automatically create a key for a CNiGraph?
2. what possibilities do i have to get time instead of samples on the x-axis? atm the only way i see is to set the parameter 'xInc' in the plot or chart function...
thx
markus
Message Edited by Markus Gnannt on 06-27-200508:15 AM
"1. is there a possibility to automatically create a key for a CNiGraph?"
What do you mean by a key for the graph?
"2. what possibilities do i have to get time instead of samples on the x-axis? atm the only way i see is to set the parameter 'xInc' in the plot or chart function..."
There are two factors that you need to consider - the conversion factor of the data and the format of the label. For information about the data conversion factor, see the last paragraph of the CNiAxis documentation. For information about the format of the label, see the CNiAxis::FormatString documentation. You can see some default date/time format strings by clicking the Format tab of the graph's property pages, and selecting Time or Date in the built-in format styles list.