Click or drag to resize

BarSizePosition2DGroupStyleAddLocalGroupStyle Method

Adds a local BarWidthPositionGroupStyle in case there is no external one. In this case also BeginPrepare is called on this newly created group style.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void AddLocalGroupStyle(
	IPlotGroupStyleCollection externalGroups,
	IPlotGroupStyleCollection localGroups
)

Parameters

externalGroups  IPlotGroupStyleCollection
Collection of external plot group styles.
localGroups  IPlotGroupStyleCollection
Collection of plot group styles of the plot item.
See Also