Click or drag to resize

G3DPlotStyleCollectionPrepareScales Method

Prepares the scales of the plot styles. 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#
public void PrepareScales(
	IPlotArea layer
)

Parameters

layer  IPlotArea
The parent layer.

Implements

IG3DPlotStylePrepareScales(IPlotArea)
See Also