【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.4.8.42 DataPlot::Update
Contents
Description
Force data plot to be redrawed in graph
Syntax
void Update( )
Parameters
Return
Examples
EX1
void DataPlot_Update_Ex1() { GraphLayer gl = Project.ActiveLayer(); if( gl ) { DataPlot dp = gl.DataPlots(); dp.Update(); } }
Remark
See Also
Header to Included
origin.h