Click or drag to resize

VariableColorGroupStyleApplyStyle Method

Try to apply the symbol size group style. Returns true if successfull applied.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool ApplyStyle(
	IPlotGroupStyleCollection externalGroups,
	IPlotGroupStyleCollection localGroups,
	Action<Func<int, Color>> setter
)

Parameters

externalGroups  IPlotGroupStyleCollection

[Missing <param name="externalGroups"/> documentation for "M:Altaxo.Graph.Plot.Groups.VariableColorGroupStyle.ApplyStyle(Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,System.Action{System.Func{System.Int32,System.Drawing.Color}})"]

localGroups  IPlotGroupStyleCollection

[Missing <param name="localGroups"/> documentation for "M:Altaxo.Graph.Plot.Groups.VariableColorGroupStyle.ApplyStyle(Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,System.Action{System.Func{System.Int32,System.Drawing.Color}})"]

setter  ActionFuncInt32, Color
A function of the plot style that takes the symbol size evaluation function.

Return Value

Boolean
True if successfully applied, false otherwise.
See Also