BarSizePosition3DGroupStyleAddLocalGroupStyle Method |
Adds a local BarSizePosition3DGroupStyle in case there is no external one. In this case also BeginPrepare is called on
this newly created group style.
Namespace: Altaxo.Graph.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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