VariableSymbolSizeGroupStyleApplyStyle Method |
Tries to apply the variable symbol-size group style.
Namespace: Altaxo.Graph.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool ApplyStyle(
IPlotGroupStyleCollection externalGroups,
IPlotGroupStyleCollection localGroups,
Action<Func<int, double>> setter
)
Parameters
- externalGroups IPlotGroupStyleCollection
- The external group-style collection.
- localGroups IPlotGroupStyleCollection
- The local group-style collection.
- setter ActionFuncInt32, Double
- A function of the plot style that takes the symbol size evaluation function.
Return Value
BooleanTrue if successfully applied, false otherwise.
See Also