Click or drag to resize
INChartValueAxisDataSourceDateToString Method
Convert date to string.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
string DateToString(
	DateTimeOffset date,
	TimeSpan tickInterval,
	NChartValueAxis axis
)

Parameters

date
Type: SystemDateTimeOffset
Date to convert.
tickInterval
Type: SystemTimeSpan
Time interval between neighbor ticks in seconds.
axis
Type: NChart3D_UWPNChartValueAxis
Axis to convert value for.

Return Value

Type: String
String representation of the date.
See Also