PolarChart<TDrawingContext>
Class
Assembly LiveChartsCore
Namespace LiveChartsCore
Summary:
Defines a Polar chart.
TDrawingContext | The type of the drawing context. |
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[]
Type: IPolarAxis[]
Gets the radius axes.
Type: IPolarAxis[]
Type: IPolarAxis[]
Gets the series.
Type: IEnumerable<IChartSeries<TDrawingContext>>
Type: IEnumerable<IChartSeries<TDrawingContext>>
Gets the visible series.
Type: IEnumerable<IChartSeries<TDrawingContext>>
Type: IEnumerable<IChartSeries<TDrawingContext>>
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<TDrawingContext>
Type: IChartView<TDrawingContext>
Gets the tool tip meta data.
Type: ToolTipMetaData
Type: ToolTipMetaData
Gets the bounds of the chart.
Type: AnimatableContainer
Type: AnimatableContainer
Gets or sets the measure work.
Type: Object
Type: Object
Gets the canvas.
Type: MotionCanvas<TDrawingContext>
Type: MotionCanvas<TDrawingContext>
The series context
Type: SeriesContext<TDrawingContext>
Type: SeriesContext<TDrawingContext>
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<TDrawingContext>
Type: IChartLegend<TDrawingContext>
Gets the toolTip position.
Type: TooltipPosition
Type: TooltipPosition
Gets the toolTip finding strategy.
Type: TooltipFindingStrategy
Type: TooltipFindingStrategy
Gets the tooltip.
Type: IChartTooltip<TDrawingContext>
Type: IChartTooltip<TDrawingContext>
Gets the animations speed.
Type: TimeSpan
Type: TimeSpan
Gets the visual elements.
Type: IEnumerable<ChartElement<TDrawingContext>>
Type: IEnumerable<ChartElement<TDrawingContext>>
Events
Occurs before the chart is measured, this is the first step before the chart updates.
Handler definition: ChartEventHandler<TDrawingContext>
Handler definition: ChartEventHandler<TDrawingContext>
Occurs when the chart started an update, just when the drawing loop started.
Handler definition: ChartEventHandler<TDrawingContext>
Handler definition: ChartEventHandler<TDrawingContext>
Occurs when a chart update finished, just when the drawing loop finished.
Handler definition: ChartEventHandler<TDrawingContext>
Handler definition: ChartEventHandler<TDrawingContext>
Methods
// Unloads the control.
// Updates the chart in the user interface.
ChartUpdateParams chartUpdateParams | // *summary not found* |
)
// Loads the control resources.
// Removes a visual element from the chart.
ChartElement<TDrawingContext> element | // *summary not found* |
)
// Gets the legend position.