[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartRadar

ChartRadar Class

Represents properties specific to Radar charts.

Inheritance
ChartRadar
Implements
IC1Serializable
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.8.dll
Syntax
public class ChartRadar : ChartObject, INotifyPropertyChanged, IC1Serializable

Properties

Name Description
Degrees

Gets or sets a value indicating whether the Start value is specified in degrees or radians.

Filled

Gets or sets a value indicating whether Radar charts should be filled.

FlatGridLines

Gets or sets a value indicating whether Radar charts should use flat Y coordinate gridlines. By default, Y coordinate gridlines are circular.

Start

Gets or sets the starting angle, measured counter-clockwise from the 12 o'clock position.

The angle is measured in degrees if the Degrees property is true, radians otherwise.

Methods

Name Description
AssignFrom(ChartObject)

For internal use only. Assigns (copies) properties from another ChartObject to the current object.