Click or drag to resize

BarSizePosition3DGroupStyleIntendToApply Method

Announces that a plot item intends to use three-dimensional bar-size positioning.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void IntendToApply(
	IPlotGroupStyleCollection externalGroups,
	IPlotGroupStyleCollection localGroups,
	int numberOfItems,
	double minimumLogicalXValue,
	double maximumLogicalXValue,
	double minimumLogicalYValue,
	double maximumLogicalYValue
)

Parameters

externalGroups  IPlotGroupStyleCollection
Collection of external plot group styles.
localGroups  IPlotGroupStyleCollection
Collection of local plot group styles.
numberOfItems  Int32
The number of items in the cluster.
minimumLogicalXValue  Double
The minimum logical x-value of the cluster.
maximumLogicalXValue  Double
The maximum logical x-value of the cluster.
minimumLogicalYValue  Double
The minimum logical y-value of the cluster.
maximumLogicalYValue  Double
The maximum logical y-value of the cluster.
See Also