INChartValueAxisDataSourceMaxDate Method |
Get the maximal date for the axis. If there is no implementation, both min and max are calculated automatically based
on the date from the series.
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<DateTimeOffset> MaxDate(
NChartValueAxis axis
)
Function MaxDate (
axis As NChartValueAxis
) As Nullable(Of DateTimeOffset)
Nullable<DateTimeOffset^>^ MaxDate(
[InAttribute] NChartValueAxis^ axis
)
Parameters
- axis
- Type: NChart3D_UWPNChartValueAxis
Axis to get maximal date for.
Return Value
Type:
NullableDateTimeOffsetThe maximal date for the axis. It may be null that is equivalent to the absence of implementation.
See Also