Click or drag to resize

XYColumnPlotDataGetRangesAndPoints Method

This will create a point list out of the data, which can be used to plot the data. In order to create this list, the function must have knowledge how to calculate the points out of the data. This will be done by a function provided by the calling function.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Processed2DPlotData GetRangesAndPoints(
	IPlotArea layer
)

Parameters

layer  IPlotArea
The plot layer.

Return Value

Processed2DPlotData
An array of plot points in layer coordinates.
See Also