Activate/disable the 'Log Scale Intervals' option of the milli-data trend. When the value of graph is concentrated at a small value, this can enlarge the small value area.
void @MilliTrendSetLogarithmicScale(string classname, int active, double base);
Parameters
string classname : The name of milli-data trend object
int active : Use (0=not used, 1=use)
double base : Base of log
Return Value
None
Example 1
@MilliTrendSetLogarithmicScale("MilliDataTrend1", 1, 10);
@MilliTrendReLoad("MilliDataTrend1");
Description : The graph of MilliDataTrend1 object is shown at log scale intervals. After setting (Base value 10), MilliTrendReLoad must be called to apply the new option.
Version Information
Supported Version: 10.3.4
Related Helps