IPlotGroupStyleCollectionGetPlotGroupStyle Method |
Returns the group style instance of the type given.
Namespace: Altaxo.Graph.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IPlotGroupStyle GetPlotGroupStyle(
Type groupStyleType
)
Parameters
- groupStyleType Type
- The type of the group style.
Return Value
IPlotGroupStyleThe 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