LinearXAxisFloatGetValueHandler Delegate

Represents a delegate to a method, which retrieves a string representation of a Single, 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(
	double dValue
)

Parameters

dValue  Double
 

Return Value

String
A string representation of the Single.

See Also