NChartValueAxisMinDate Property |
Minimal date on the axis. It is obtained from the data source and, if needed, processed to look more beautiful.
This property works in date mode only, if HasDates is true.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public DateTimeOffset MinDate { get; }
Public ReadOnly Property MinDate As DateTimeOffset
Get
public:
virtual property DateTimeOffset^ MinDate {
DateTimeOffset^ get () sealed;
}
Property Value
Type:
DateTimeOffsetSee Also