Click or drag to resize

VectorCartesicPlotStylePrepareScales Method

Prepares the scale of this plot style. Since this style does not utilize a scale, this function does nothing.

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