ICartesianChartView<TDrawingContext>
Interface
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches
Summary:
Defines a Cartesian chart view, this view is able to host one or many series in a Cartesian coordinate system.
| TDrawingContext | The type of the drawing context. |
Derived:
Properties
Gets the core.
Type: CartesianChart<TDrawingContext>
Type: CartesianChart<TDrawingContext>
Gets or sets the x axes.
Type: IEnumerable<ICartesianAxis>
Type: IEnumerable<ICartesianAxis>
Gets or sets the y axes.
Type: IEnumerable<ICartesianAxis>
Type: IEnumerable<ICartesianAxis>
Gets or sets the sections.
Type: IEnumerable<Section<TDrawingContext>>
Type: IEnumerable<Section<TDrawingContext>>
Gets or sets the series to plot in the user interface.
Type: IEnumerable<ISeries>
Type: IEnumerable<ISeries>
Gets or sets the draw margin frame.
Type: DrawMarginFrame<TDrawingContext>
Type: DrawMarginFrame<TDrawingContext>
Gets or sets the zoom mode.
Type: ZoomAndPanMode
Type: ZoomAndPanMode
Gets or sets the tool tip finding strategy.
Type: TooltipFindingStrategy
Type: TooltipFindingStrategy
Gets or sets the zooming speed from 0 to 1, where 0 is the slowest and 1 the fastest.
Type: Double
Type: Double