ICartesianChartView
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.
Derived:
Properties
Gets the core.
Type: CartesianChartEngine
Type: CartesianChartEngine
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<CoreSection>
Type: IEnumerable<CoreSection>
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: CoreDrawMarginFrame
Type: CoreDrawMarginFrame
Gets or sets the zoom mode.
Type: ZoomAndPanMode
Type: ZoomAndPanMode
Gets or sets the finding strategy.
Type: FindingStrategy
Type: FindingStrategy
Gets or sets the zooming speed from 0 to 1, where 0 is the slowest and 1 the fastest.
Type: Double
Type: Double
Matches the axes screen data ratio, this method forces the x and y axes to use the same scale,
this means that both axes will have the same number of pixels per data unit.
Type: Boolean
Type: Boolean