NChartValueAxisDateStep Property |
Time interval from one date tick to another in seconds. It is either obtained from the data source or, if not provided,
calculated according to the MinDate and MaxDate to look beautiful.
This property works in date mode only, if HasDates is true.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public TimeSpan DateStep { get; }
Public ReadOnly Property DateStep As TimeSpan
Get
public:
virtual property TimeSpan^ DateStep {
TimeSpan^ get () sealed;
}
Property Value
Type:
TimeSpanSee Also