``` graphOptionsEngine .Assign(() => MortgageGraph) .From(() => CreateMortgageGraph(ShowRoots, ShowFormulas), ex => { }) .TriggerNow(); ``` Not sure about the name of the API, but should be able to trigger the formula right away.
Not sure about the name of the API, but should be able to trigger the formula right away.