PolarChart<TDrawingContext>
Class

Assembly LiveChartsCore
Namespace LiveChartsCore

Summary:
Defines a Polar chart.

Type parameters:
TDrawingContext The type of the drawing context.
Inheritance:
Object =>
Chart<TDrawingContext> =>
PolarChart<TDrawingContext>
Implements:

Constructors

// Initializes a new instance of the PolarChart`1 class.
IPolarChartView<TDrawingContext> view, // The view.
Action<LiveChartsSettings> defaultPlatformConfig, // The default platform configuration.
MotionCanvas<TDrawingContext> canvas, // The canvas.
Boolean requiresLegendMeasureAlways// Forces the legends to redraw with every measure request.
)

Properties

Gets the angle axes.
Type: IPolarAxis[]
Gets the radius axes.
Type: IPolarAxis[]
Gets the series.
Type: IEnumerable<IChartSeries<TDrawingContext>>
Gets the visible series.
Type: IEnumerable<IChartSeries<TDrawingContext>>
Gets whether the series fit to bounds or not.
Type: Boolean
Gets the total circumference angle.
Type: Single
Gets the Inner radius.
Type: Single
Gets the Initial rotation.
Type: Single
Gets the view.
Type: IChartView<TDrawingContext>
Gets the tool tip meta data.
Type: ToolTipMetaData
Gets the bounds of the chart.
Type: AnimatableContainer
Gets or sets the measure work.
Type: Object
Gets or sets the theme identifier.
Type: Object
Gets whether the control is loaded.
Type: Boolean
Gets the canvas.
Type: MotionCanvas<TDrawingContext>
The series context
Type: SeriesContext<TDrawingContext>
Gets the size of the control.
Type: LvcSize
Gets the draw margin location.
Type: LvcPoint
Gets the size of the draw margin.
Type: LvcSize
Gets the legend position.
Type: LegendPosition
Gets the legend.
Type: IChartLegend<TDrawingContext>
Gets the toolTip position.
Type: TooltipPosition
Gets the toolTip finding strategy.
Type: TooltipFindingStrategy
Gets the tooltip.
Type: IChartTooltip<TDrawingContext>
Gets the animations speed.
Type: TimeSpan
Gets the easing function.
Type: Func<Single, Single>
Gets the visual elements.
Type: IEnumerable<ChartElement<TDrawingContext>>

Events

Occurs before the chart is measured, this is the first step before the chart updates.
Handler definition: ChartEventHandler<TDrawingContext>
Occurs when the chart started an update, just when the drawing loop started.
Handler definition: ChartEventHandler<TDrawingContext>
Occurs when a chart update finished, just when the drawing loop finished.
Handler definition: ChartEventHandler<TDrawingContext>

Methods

// Finds the points near to the specified point.
LvcPoint pointerPosition// The pointer position.
)
// Scales the specified point to the UI.
LvcPoint point, // The point, where X = angle, Y = radius.
Int32 angleAxisIndex, // Index of the angle axis.
Int32 radiusAxisIndex// Index of the radius axis.
)
// Unloads the control.
// Updates the chart in the user interface.
ChartUpdateParams chartUpdateParams// *summary not found*
)
// Loads the control resources.
// Adds a visual element to the chart.
ChartElement<TDrawingContext> element// *summary not found*
)
// Removes a visual element from the chart.
ChartElement<TDrawingContext> element// *summary not found*
)
// Gets the legend position.