Click or drag to resize

BarSizePosition3DGroupStyleIntendToApply Method

[Missing <summary> documentation for "M:Altaxo.Graph.Plot.Groups.BarSizePosition3DGroupStyle.IntendToApply(Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,System.Int32,System.Double,System.Double,System.Double,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 IntendToApply(
	IPlotGroupStyleCollection externalGroups,
	IPlotGroupStyleCollection localGroups,
	int numberOfItems,
	double minimumLogicalXValue,
	double maximumLogicalXValue,
	double minimumLogicalYValue,
	double maximumLogicalYValue
)

Parameters

externalGroups  IPlotGroupStyleCollection

[Missing <param name="externalGroups"/> documentation for "M:Altaxo.Graph.Plot.Groups.BarSizePosition3DGroupStyle.IntendToApply(Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

localGroups  IPlotGroupStyleCollection

[Missing <param name="localGroups"/> documentation for "M:Altaxo.Graph.Plot.Groups.BarSizePosition3DGroupStyle.IntendToApply(Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

numberOfItems  Int32

[Missing <param name="numberOfItems"/> documentation for "M:Altaxo.Graph.Plot.Groups.BarSizePosition3DGroupStyle.IntendToApply(Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

minimumLogicalXValue  Double

[Missing <param name="minimumLogicalXValue"/> documentation for "M:Altaxo.Graph.Plot.Groups.BarSizePosition3DGroupStyle.IntendToApply(Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

maximumLogicalXValue  Double

[Missing <param name="maximumLogicalXValue"/> documentation for "M:Altaxo.Graph.Plot.Groups.BarSizePosition3DGroupStyle.IntendToApply(Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

minimumLogicalYValue  Double

[Missing <param name="minimumLogicalYValue"/> documentation for "M:Altaxo.Graph.Plot.Groups.BarSizePosition3DGroupStyle.IntendToApply(Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

maximumLogicalYValue  Double

[Missing <param name="maximumLogicalYValue"/> documentation for "M:Altaxo.Graph.Plot.Groups.BarSizePosition3DGroupStyle.IntendToApply(Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,Altaxo.Graph.Plot.Groups.IPlotGroupStyleCollection,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

See Also