Check if the data is show
BOOL IsShow( )
TRUE if show
EX1
void DataPlot_IsShow_Ex1() { GraphLayer gl = Project.ActiveLayer(); if( gl ) { DataPlot dp = gl.DataPlots(); BOOL bIsShow = dp.IsShow(); printf("IsShow : %d\n", bIsShow); } }
origin.h