IPolarSeries
Interface
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches
Summary:
Defines a polar series.
Derived:
Properties
Gets or sets the axis index where the series is scaled in the radius plane, the index must exist
in the RadiusAxes collection.
Type: Int32
Type: Int32
Gets or sets the data labels position.
Type: PolarLabelsPosition
Type: PolarLabelsPosition
Methods
// Gets the series bounds.
| Chart chart, | // The chart. |
| IPolarAxis angleAxis, | // The angle axis. |
| IPolarAxis radiusAxis | // The radius axis. |
)