[]
Represents a radar series used by the FlexChart field. Provides radar-specific chart type handling and serialization support. Inherits common series behavior from Series.
public class RadarSeries : Series, IScriptContextProvider
Public Class RadarSeries
Inherits Series
Implements IScriptContextProvider
Use this class to configure radar chart series properties such as radar chart type and to participate in FlexChart serialization/deserialization.
| Name | Description |
|---|---|
| RadarSeries() |
| Name | Description |
|---|---|
| ChartType | Gets or sets the series chart type. |
| Name | Description |
|---|---|
| AssignFrom(object) | Assigns (copies) properties from another Series to the current object. |
| CreateSame() | Creates instance of same class as this object. |