Click or drag to resize

LineConnectionStyleBaseGetSegmentRanges Method

Enumerates the segment ranges that should be rendered.

Namespace: Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected static IEnumerable<LineConnectionStyleBaseSegmentRange> GetSegmentRanges(
	IPlotRange range,
	Func<int, double> symbolGap,
	int skipFrequency,
	bool connectCircular
)

Parameters

range  IPlotRange
The plot range that defines the available plot points.
symbolGap  FuncInt32, Double
A callback that returns the symbol gap for a row index.
skipFrequency  Int32
The number of plot points to skip between rendered points.
connectCircular  Boolean
If set to , the final point is connected to the first point.

Return Value

IEnumerableLineConnectionStyleBaseSegmentRange
The segment ranges that should be rendered.
See Also