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