[]
Represents properties specific to Polar charts.
public class ChartPolar : ChartObject, INotifyPropertyChanged, IC1Serializable
| 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. |
| Name | Description |
|---|---|
| AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |