NChartScaleLegendShowMiddleValues Property |
Flag determining if the middle values of the scale should be shown in the scale legend (true) or not (false).
The default value is true.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool ShowMiddleValues { get; set; }
Public Property ShowMiddleValues As Boolean
Get
Set
public:
virtual property bool ShowMiddleValues {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also