¹Ì¼¼ÀÚ·á Æ®·£µå¿¡¼ ÀÏÁ¤ÇÑ °£°ÝÀ¸·Î ¼öÁ÷ ¶óÀÎÀ» Ç¥½ÃÇØ ÁØ´Ù.
void @DbTrendSetPatternLine(string classname, int active, int color, int thick, double pattern_cycle, object start_time, int pattern_count, int start_number, int number_position);
ÇÔ¼öÀÎÀÚ
string classname : ¿ÀºêÁ§Æ®ÀÇ Å¬·¡½º À̸§
int active : Ç¥½Ã (0=Ç¥½Ã »èÁ¦, 1=Ç¥½Ã µî·Ï)
int color : Ç¥½Ã »ö»ó
int thick : Ç¥½Ã ¼±ÀÇ µÎ²²
double pattern_cycle : ÁÖ±â (ÃÊ) ¹Ð¸®Ãʸ¦ »ç¿ëÇÒ ¶§´Â ¼Ò¼öÁ¡ ÀÌÇÏ ÀÚ¸´¼ö »ç¿ë
object start_time : ÆÐÅ϶óÀÎÀ» Ç¥½ÃÇÒ ½ÃÀÛ ½Ã°£
int pattern_count : ÆÐÅ϶óÀÎÀÇ °¹¼ö
int start_number : ÆÐÅ϶óÀÎÀÇ ÀºÎºÐ¿¡ Ç¥½ÃÇÒ ¼ýÀÚÀÇ ½ÃÀÛ ¹øÈ£
int number_position : ÆÐÅ϶óÀÎÀÇ ÀºÎºÐ¿¡ Ç¥½ÃÇÒ ¼ýÀÚÀÇ Ç¥½Ã À§Ä¡ (0=Left, 1=Right)
¹Ýȯ °ª
¹Ýȯ°ªÀº ¾ø´Ù.
¿¹Á¦
t = @DateTimeNew(2019,4,3,16,0,4);
@DbTrendSetPatternLine("DbTrend1", 1, @RGB(0,0,255), 5, 3, t, 5, 200,
0);
¹®Àå¼³¸í : DbTrend1ÀÇ ÆÐÅ϶óÀÎÀ» È°¼ºÈ ½ÃŲ´Ù.
¹öÀüÁ¤º¸
ÃÖÃÊÁö¿ø: 10.3.6
°ü·ÃÇ׸ñ
@DbTrendSetPatternLineVisible()