SharedAxes
Class

Assembly LiveChartsCore
Namespace LiveChartsCore

Summary:
A helper class that configures shared axes.

Inheritance:
Object =>
SharedAxes

Methods

// Sets the specified axes as shared.
ICartesianAxis[] axes// The axes to share.
)
// Matches the axes screen data ratio, it means that the axes will take the same amount of space in the screen per unit of data, note that when the view is diposed, ICartesianChartView) will ensure the resources are released.
ICartesianChartView chart// The chart.
)
// Disposes the match axes screen data ratio functionality.
ICartesianChartView chart// The chart.
)