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.
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
public delegate string GetValueHandler(
DateTime dt
)
Public Delegate Function GetValueHandler (
dt As DateTime
) As String
- dt DateTime
- A DateTime used as an input to this handler.
StringA string representation of the DateTime.