CartesianChartEngine
Class
Assembly LiveChartsCore
Namespace LiveChartsCore
Summary:
Defines a Cartesian chart.
Constructors
// Defines a Cartesian chart.
| ICartesianChartView view, | // The view. |
| Action<LiveChartsSettings> defaultPlatformConfig, | // The default platform configuration. |
| CoreMotionCanvas canvas | // The canvas. |
)
Properties
Gets the x axes.
Type: ICartesianAxis[]
Type: ICartesianAxis[]
Gets the y axes.
Type: ICartesianAxis[]
Type: ICartesianAxis[]
Gets the sections.
Type: IEnumerable<CoreSection>
Type: IEnumerable<CoreSection>
Gets the series.
Type: IEnumerable<ISeries>
Type: IEnumerable<ISeries>
Gets the visible series.
Type: IEnumerable<ISeries>
Type: IEnumerable<ISeries>
Gets or sets a value indicating whether this instance is zooming or panning.
Type: Boolean
Type: Boolean
Gets the view.
Type: IChartView
Type: IChartView
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 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<ChartElement>
Type: IEnumerable<ChartElement>
Events
Called when the draw margin is already known. The draw margin is the Cartesian grid
where the series are drawn, ignoring the axes labels, legends, titles etc.
Handler definition: Action<CartesianChartEngine>
Handler definition: Action<CartesianChartEngine>
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
// Finds the points near to the specified location.
| LvcPoint pointerPosition | // The pointer position. |
)
// Unloads the control.
// Loads the control resources.
// Gets the legend position.