NChartScaleLegendIsDescending Property |
Flag determining if the values in the scale legend are sorted descending (the largest is on the top, true) or not
(the largest is on the bottom, false). The default value is true.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool IsDescending { get; set; }
Public Property IsDescending As Boolean
Get
Set
public:
virtual property bool IsDescending {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also