Click or drag to resize

IPlotGroupStyleCollectionGetPlotGroupStyle Method

Returns the group style instance of the type given.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IPlotGroupStyle GetPlotGroupStyle(
	Type groupStyleType
)

Parameters

groupStyleType  Type
The type of the group style.

Return Value

IPlotGroupStyle
The instance of the given type, if it is contained in the collection. Throws an exeption, if no such instance (of the given type) is contained in the collection.
See Also