NChartRadarSeriesSettingsShouldSmoothAxesGrid Property |
Flag determining if axes grid should be smoothed, so it should appear as a circle, not as polygon (true) or not (false).
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool ShouldSmoothAxesGrid { get; set; }
Public Property ShouldSmoothAxesGrid As Boolean
Get
Set
public:
virtual property bool ShouldSmoothAxesGrid {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also