IGPlotItemPrepareScales Method |
This routine ensures that the plot item updates all its cached data and send the appropriate
events if something has changed. Called before the layer paint routine paints the axes because
it must be ensured that the axes scales are scaled correctly before the plots are painted.
This function is called before the call to PrepareStyles.
Namespace: Altaxo.Graph.Gdi.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void PrepareScales(
IPlotArea layer
)
Parameters
- layer IPlotArea
- The plot layer.
See Also