Click or drag to resize

IG3DPlotStylePrepareScales Method

Prepares the scale(s) of the plot style. This is intended to be used with plot styles which have an internal scale, for instance ColumnDrivenColorPlotStyle or ColumnDrivenSymbolSizePlotStyle, which should act on this call with updating their internal scale.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void PrepareScales(
	IPlotArea layer
)

Parameters

layer  IPlotArea
The parent layer.
See Also