[]
        
(Showing Draft Content)

C1.Report.FlexChart.RadarSeries

RadarSeries Class

Represents a radar series used by the FlexChart field. Provides radar-specific chart type handling and serialization support. Inherits common series behavior from Series.

Inheritance
OwnedObject
RadarSeries
Namespace: C1.Report.FlexChart
Assembly: C1.Report.4.6.2.dll
Syntax
public class RadarSeries : Series, IScriptContextProvider
Public Class RadarSeries
    Inherits Series
    Implements IScriptContextProvider
Remarks

Use this class to configure radar chart series properties such as radar chart type and to participate in FlexChart serialization/deserialization.

Constructors

Name Description
RadarSeries()

Properties

Name Description
ChartType

Gets or sets the series chart type.

Methods

Name Description
AssignFrom(object)

Assigns (copies) properties from another Series to the current object.

CreateSame()

Creates instance of same class as this object.