Click or drag to resize

SymbolSizeGroupStyleApplyStyle Method

Tries to apply the symbol-size group style.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool ApplyStyle(
	IPlotGroupStyleCollection externalGroups,
	IPlotGroupStyleCollection localGroups,
	SymbolSizeGroupStyleSymbolSizeSetter setter
)

Parameters

externalGroups  IPlotGroupStyleCollection
The external group-style collection.
localGroups  IPlotGroupStyleCollection
The local group-style collection.
setter  SymbolSizeGroupStyleSymbolSizeSetter
The receiver of the symbol size.

Return Value

Boolean
true if successfully applied; otherwise, false.
See Also