Click or drag to resize
NChartRadarSeriesSettings Class
The NChartRadarSeriesSettings class provides global settings for NChartRadarSeries.
Inheritance Hierarchy
SystemObject
  NChart3D_UWPNChartRadarSeriesSettings

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public sealed class NChartRadarSeriesSettings : IClosable, 
	INChartSeriesSettings

The NChartRadarSeriesSettings type exposes the following members.

Constructors
  NameDescription
Public methodNChartRadarSeriesSettings
Initializes a new instance of the NChartRadarSeriesSettings class
Top
Properties
  NameDescription
Public propertyInternalSettings
Return internal class.
Public propertyRudimentEnabled
Flag determining if rudiment is allowed. The default value is true. Rudiment is a part of series that remains unused from the previous displayed data set and disappears by the animated transition.
Public propertySettingsType
Return own settings type from NChartSeriesSettingsTypes enum.
Public propertyShouldSmoothAxesGrid
Flag determining if axes grid should be smoothed, so it should appear as a circle, not as polygon (true) or not (false).
Top
Methods
  NameDescription
Public methodClose
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also