This function can set the size of level devide of the MilliTrend object.
void @MilliTrendSetLevelDevide(string classname, int type, int size);
Parameters
string classname :
classname of the Milli-Data
Trend
object
int type: type of level devide to set( 0 = Horizontal, 1 = Vertical )
int size : size of level devide to set
Return Value
None
Example1)
@MilliTrendSetLevelDevide("MilliDataTrend1", 0 , 60);
Description : You can set the horizontal level devide size of MilliDataTrend1 to 60.
Example2)
@MilliTrendSetLevelDevide("MilliDataTrend1", 1 , 10);
Description : You can set the vertical level devide size of MilliDataTrend1 to 10.
Version Information
Supported Version: 10.3.6.14
Related Helps
@MilliTrendSetPatternLineVisible()