LinearXAxisLongGetValueHandler Delegate

Represents a delegate to a method, which retrieves a string representation of a Int64, 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(
	long nValue
)

Parameters

nValue  Int64
A Int64 used as an input to this handler.

Return Value

String
A string representation of the Int64.

See Also