Click or drag to resize

VariableSymbolSizeGroupStylePrepareStyle Method

[Missing <summary> documentation for "M:Altaxo.Graph.Plot.Groups.VariableSymbolSizeGroupStyle.PrepareStyle(Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,System.Func{System.Int32,System.Double})"]


Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void PrepareStyle(
	IPlotGroupStyleCollection externalGroups,
	IPlotGroupStyleCollection localGroups,
	Func<int, double> getter
)

Parameters

externalGroups  IPlotGroupStyleCollection

[Missing <param name="externalGroups"/> documentation for "M:Altaxo.Graph.Plot.Groups.VariableSymbolSizeGroupStyle.PrepareStyle(Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,System.Func{System.Int32,System.Double})"]

localGroups  IPlotGroupStyleCollection

[Missing <param name="localGroups"/> documentation for "M:Altaxo.Graph.Plot.Groups.VariableSymbolSizeGroupStyle.PrepareStyle(Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,System.Func{System.Int32,System.Double})"]

getter  FuncInt32, Double

[Missing <param name="getter"/> documentation for "M:Altaxo.Graph.Plot.Groups.VariableSymbolSizeGroupStyle.PrepareStyle(Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,System.Func{System.Int32,System.Double})"]

See Also