ReactGraph
ReactGraph copied to clipboard
Allow trigger of value calculation right away
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.