PolarChartEngine
Class
Assembly LiveChartsCore
Namespace LiveChartsCore
Summary:
Defines a Polar chart.
Constructors
Properties
Gets the angle axes.
Type: IPolarAxis[]
Type: IPolarAxis[]
Gets the radius axes.
Type: IPolarAxis[]
Type: IPolarAxis[]
Gets the series.
Type: IEnumerable<ISeries>
Type: IEnumerable<ISeries>
Gets the visible series.
Type: IEnumerable<ISeries>
Type: IEnumerable<ISeries>
Gets whether the series fit to bounds or not.
Type: Boolean
Type: Boolean
Gets the Inner radius.
Type: Single
Type: Single
Gets the Initial rotation.
Type: Single
Type: Single
Gets the view.
Type: IChartView
Type: IChartView
Gets the tool tip meta data.
Type: ToolTipMetaData
Type: ToolTipMetaData
Gets the canvas.
Type: CoreMotionCanvas
Type: CoreMotionCanvas
The series context
Type: SeriesContext
Type: SeriesContext
Gets the size of the control.
Type: LvcSize
Type: LvcSize
Gets the draw margin location.
Type: LvcPoint
Type: LvcPoint
Gets the size of the draw margin.
Type: LvcSize
Type: LvcSize
Gets the legend position.
Type: LegendPosition
Type: LegendPosition
Gets the legend.
Type: IChartLegend
Type: IChartLegend
Gets the tooltip position.
Type: TooltipPosition
Type: TooltipPosition
Gets the tooltip finding strategy.
Type: FindingStrategy
Type: FindingStrategy
Gets the tooltip.
Type: IChartTooltip
Type: IChartTooltip
Gets the animations speed.
Type: TimeSpan
Type: TimeSpan
Gets the visual elements.
Type: IEnumerable<IChartElement>
Type: IEnumerable<IChartElement>
Events
Occurs before the chart is measured, this is the first step before the chart updates.
Handler definition: ChartEventHandler
Handler definition: ChartEventHandler
Occurs when the chart started an update, just when the drawing loop started.
Handler definition: ChartEventHandler
Handler definition: ChartEventHandler
Occurs when a chart update finished, just when the drawing loop finished.
Handler definition: ChartEventHandler
Handler definition: ChartEventHandler
Methods
// Unloads the control.
// Gets all the ChartPoint that contain the given point.
| LvcPointD point, | // The given point. |
| FindingStrategy strategy, | // The finding strategy, default is Automatic. |
| FindPointFor findPointFor | // The find point for, default is HoverEvent. |
)
// Loads the control resources.
// Gets the legend position.
// Gets the active theme.
// Applies the current theme to the chart.