SizeSynchronizer

interface SizeSynchronizer

Chart layout synchronizer, allow to synchronize several charts' sizes on a vertical or horizontal layout.

It is instantiated from a SizeManager through SizeManager.hSynchro and SizeManager.vSynchro

Functions

addAllCharts
Link copied to clipboard
common
abstract fun addAllCharts(vararg charts: Chart<*>)
Add several Charts to this layout synchronizer.
addChart
Link copied to clipboard
common
abstract fun addChart(chart: Chart<*>)
Add a Chart to this layout synchronizer.