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