Click or drag to resize

StepConnectionBaseGetStepPolylinePoints Method

Gets the sub points for a given range. For step connections, at least one points needs to be inserted inbetween two original points, for some step connection styles two points.

Namespace: Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected abstract PointF[] GetStepPolylinePoints(
	PointF[] pdata,
	IPlotRange range,
	IPlotArea layer,
	bool connectCircular,
	out int numberOfPointsPerOriginalPoint,
	out int lastIndex
)

Parameters

pdata  PointF
The pdata.
range  IPlotRange
The range.
layer  IPlotArea
The layer.
connectCircular  Boolean
if set to true [connect circular].
numberOfPointsPerOriginalPoint  Int32
The number of points per original point. For most step styles one additional point is inserted, thus the return value is 2. For some connection styles, two points are inserted inbetween two original points, thus the return value will be 3.
lastIndex  Int32
The last index.

Return Value

PointF

[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles.StepConnectionBase.GetStepPolylinePoints(System.Drawing.PointF[],Altaxo.Graph.Plot.Data.IPlotRange,Altaxo.Graph.Gdi.IPlotArea,System.Boolean,System.Int32@,System.Int32@)"]

See Also