Chart<TDrawingContext>
Class

Assembly LiveChartsCore
Namespace LiveChartsCore

Summary:
Defines a chart,

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

Properties

Gets the tool tip meta data.
Type: ToolTipMetaData
Gets the bounds of the chart.
Type: AnimatableContainer
Gets the measure work.
Type: Object
Gets or sets the theme identifier.
Type: Object
Gets whether the control is loaded.
Type: Boolean
Gets or sets a value indicating whether this it is the first draw of this instance.
Type: Boolean
Gets the canvas.
Type: MotionCanvas<TDrawingContext>
Gets the drawable series.
Type: IEnumerable<IChartSeries<TDrawingContext>>
Gets the view.
Type: IChartView<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: 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

// Updates the chart in the user interface.
ChartUpdateParams chartUpdateParams// *summary not found*
)
// Finds the points near to the specified point.
LvcPoint pointerPosition// The pointer position.
)
// Loads the control resources.
// Unloads the control.
// 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.