Click or drag to resize

IPlotGroupStyleCollectionOnBeforeApplication Method

Called before a group style of the specified type is applied.

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

Parameters

groupStyleType  Type
The group style type that is about to be applied.
See Also