Click or drag to resize

XYColumnPlotDataCalculateCachedData(IPhysicalBoundaries, IPhysicalBoundaries) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Plot.Data.XYColumnPlotData.CalculateCachedData(Altaxo.Graph.Scales.Boundaries.IPhysicalBoundaries,Altaxo.Graph.Scales.Boundaries.IPhysicalBoundaries)"]


Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void CalculateCachedData(
	IPhysicalBoundaries xBounds,
	IPhysicalBoundaries yBounds
)

Parameters

xBounds  IPhysicalBoundaries

[Missing <param name="xBounds"/> documentation for "M:Altaxo.Graph.Plot.Data.XYColumnPlotData.CalculateCachedData(Altaxo.Graph.Scales.Boundaries.IPhysicalBoundaries,Altaxo.Graph.Scales.Boundaries.IPhysicalBoundaries)"]

yBounds  IPhysicalBoundaries

[Missing <param name="yBounds"/> documentation for "M:Altaxo.Graph.Plot.Data.XYColumnPlotData.CalculateCachedData(Altaxo.Graph.Scales.Boundaries.IPhysicalBoundaries,Altaxo.Graph.Scales.Boundaries.IPhysicalBoundaries)"]

See Also