[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartPolar

ChartPolar Class

Represents properties specific to Polar charts.

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

Properties

Name Description
Degrees

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

PiRatioAnnotation

Gets or sets a value indicating whether polar charts measured in radians should be annotated with Pi ratios.

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.