Chart<TDrawingContext>
Class
Assembly LiveChartsCore
Namespace LiveChartsCore
Summary:
Defines a chart,
TDrawingContext | The type of the drawing context. |
Object
=>
Chart<TDrawingContext>
Derived:
Properties
Gets the tool tip meta data.
Type: ToolTipMetaData
Type: ToolTipMetaData
Gets the bounds of the chart.
Type: AnimatableContainer
Type: AnimatableContainer
Gets the measure work.
Type: Object
Type: Object
Gets or sets a value indicating whether this it is the first draw of this instance.
Type: Boolean
Type: Boolean
Gets the canvas.
Type: MotionCanvas<TDrawingContext>
Type: MotionCanvas<TDrawingContext>
Gets the drawable series.
Type: IEnumerable<IChartSeries<TDrawingContext>>
Type: IEnumerable<IChartSeries<TDrawingContext>>
Gets the view.
Type: IChartView<TDrawingContext>
Type: IChartView<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: ChartElement<TDrawingContext>
Type: 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
// Updates the chart in the user interface.
ChartUpdateParams chartUpdateParams | // *summary not found* |
)
// Loads the control resources.
// Unloads the control.
// Removes a visual element from the chart.
ChartElement<TDrawingContext> element | // *summary not found* |
)
// Gets the legend position.