Click or drag to resize

PlotGroupStyleCollectionBaseGetPlotGroupStyle Method

Gets the instance of the plot group style of a given type.

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

Parameters

groupStyleType  Type
The type of plot group style.

Return Value

IPlotGroupStyle
The instance of the plot group style of the type given in the parameter.

Implements

IPlotGroupStyleCollectionGetPlotGroupStyle(Type)
See Also