NChartValueAxisHasDates Property |
Flag indicating if axis displays dates instead of values (YES) or regular values (NO). The default value is NO.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool HasDates { get; set; }
Public Property HasDates As Boolean
Get
Set
public:
virtual property bool HasDates {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also