Activate/disable the 'Log Scale Intervals' option of the multi-trend. When the value of graph is concentrated at a small value, this can enlarge the small value area.
void @MultiTrendSetLogarithmicScale(string classname, int active, double base);
Parameters
string classname : Class name of object
int active : Use (0=not used, 1=use)
double base : Base of log
Return Value
None
Example 1
@MultiTrendSetLogarithmicScale("MultiTrend1", 1, 10);
@MultiTrendReLoad("MultiTrend1");
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
@MultiTrendSetAlarmLineStyle()
@MultiTrendSetAlarmLineThick()
@MultiTrendSetLogarithmicScale()
@MultiTrendSetPanelBackColor()