LinearXAxisDateTimeGetValueHandler Delegate

Represents a delegate to a method, which retrieves a string representation of a DateTime, which is used to draw a tick mark along this X-Axis.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public delegate string GetValueHandler(
	DateTime dt
)

Parameters

dt  DateTime
A DateTime used as an input to this handler.

Return Value

String
A string representation of the DateTime.

See Also