ReactGraph icon indicating copy to clipboard operation
ReactGraph copied to clipboard

Allow trigger of value calculation right away

Open JakeGinnivan opened this issue 11 years ago • 0 comments

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.

JakeGinnivan avatar Nov 13 '14 14:11 JakeGinnivan