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.
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
public delegate string GetValueHandler(
double dValue
)
Public Delegate Function GetValueHandler (
dValue As Double
) As String
- dValue Double
-
StringA string representation of the
Single.