dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Functions

TickCreatedFunction(double, ElementReference, ElementReference) Delegate

Callback delegate that fires for each tick.

public delegate System.Threading.Tasks.Task TickCreatedFunction(double value, Microsoft.AspNetCore.Components.ElementReference tickElement, Microsoft.AspNetCore.Components.ElementReference labelElement);

Parameters

value System.Double

tickElement Microsoft.AspNetCore.Components.ElementReference

labelElement Microsoft.AspNetCore.Components.ElementReference

Returns

System.Threading.Tasks.Task