NChartValueAxisShouldBeautifyMinAndMax Property |
Flag that detemines whether min and max values on the axis should be beautified in case they are calculated (true)
or not (false). The default vaule is true.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool ShouldBeautifyMinAndMax { get; set; }
Public Property ShouldBeautifyMinAndMax As Boolean
Get
Set
public:
virtual property bool ShouldBeautifyMinAndMax {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also