DbTrendSetPatternLineVisibleByColor
Among the pattern lines registered in the DB trend, members with the corresponding color are made Visible/Invisible.
void @DbTrendSetPatternLineVisible(string
classname, int color, int active);
Parameters
string classname : Class name of object
int color : color
int active : 0=Invisible, 1=Visible
Return Value
None
Example
@DbTrendSetPatternLineVisibleByColor("DbTrend1", @RGB(255,0,0), 1);
Description : Set the lines visible with red in the pattern line of DbTrend1
Version Information
Supported Version: 10.3.6
Related Helps
@DbTrendAddMember()
@DbTrendClear()
@DbTrendClearPatternLine()
@DbTrendGetCursorData()
@DbTrendGetCursorSize()
@DbTrendGetCursorTime()
@DbTrendGetMax()
@DbTrendGetMemberFlags()
@DbTrendGetMin()
@DbTrendGetRealPos()
@DbTrendGetShowSize()
@DbTrendReLoad()
@DbTrendRemoveAt()
@DbTrendSaveToCsv()
@DbTrendSetAlarmLineStyle()
@DbTrendSetAlarmLineThick()
@DbTrendSetDataType()
@DbTrendSetDsn()
@DbTrendSetLogarithmicScale()
@DbTrendSetMax()
@DbTrendSetMemberFlags()
@DbTrendSetMemberTable()
@DbTrendSetMin()
@DbTrendSetPatternLine()
@DbTrendSetPatternLineVisible()
@DbTrendSetPatternLineVisibleByColor()
@DbTrendSetShowSize()
@DbTrendSetStartTime()
@DbTrendSetTable()
@DbTrendShiftTime()