IPolarSeries<TDrawingContext>
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches

Summary:
Defines a polar series.

Type parameters:
TDrawingContext The type of the drawing context.
Implements:
IChartSeries<TDrawingContext>
IChartElement<TDrawingContext>
Derived:
CorePolarLineSeries<TModel, TVisual, TLabel, TDrawingContext, TPathGeometry>
IPolarLineSeries<TDrawingContext>
PolarLineSeries<TModel>
PolarLineSeries<TModel, TVisual>
PolarLineSeries<TModel, TVisual, TLabel>

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
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
Gets or sets the data labels position.
Type: PolarLabelsPosition

Methods

// Gets the series bounds.
PolarChart<TDrawingContext> chart, // The chart.
IPolarAxis angleAxis, // The angle axis.
IPolarAxis radiusAxis// The radius axis.
)