INChartValueAxisDataSourceDateStep Method |
Get date step value for axis. If there is no implementation, the step, min and max values are beautified.
This method is called in date mode of the value axis only. See HasDates property of the NChartValueAxis for details.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax Nullable<TimeSpan> DateStep(
NChartValueAxis axis
)
Function DateStep (
axis As NChartValueAxis
) As Nullable(Of TimeSpan)
Nullable<TimeSpan^>^ DateStep(
[InAttribute] NChartValueAxis^ axis
)
Parameters
- axis
- Type: NChart3D_UWPNChartValueAxis
Axis to get the step value for.
Return Value
Type:
NullableTimeSpanNumber representing time interval of the date step value for the axis. It may be null that is equivalent to the absence of implementation.
See Also