2.2.4.8.42 DataPlot::Update


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