Click or drag to resize

PlotGroupStyleCollectionBaseOnBeforeApplication Method

Marks the specified style as applied before stepping logic is evaluated.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void OnBeforeApplication(
	Type groupStyleType
)

Parameters

groupStyleType  Type
The plot-group style type.

Implements

IPlotGroupStyleCollectionOnBeforeApplication(Type)
See Also