Click or drag to resize

LineConnectionStyleBaseGetSegmentRanges Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles.LineConnectionStyleBase.GetSegmentRanges(Altaxo.Graph.Plot.Data.IPlotRange,System.Func{System.Int32,System.Double},System.Int32,System.Boolean)"]


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

Parameters

range  IPlotRange

[Missing <param name="range"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles.LineConnectionStyleBase.GetSegmentRanges(Altaxo.Graph.Plot.Data.IPlotRange,System.Func{System.Int32,System.Double},System.Int32,System.Boolean)"]

symbolGap  FuncInt32, Double

[Missing <param name="symbolGap"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles.LineConnectionStyleBase.GetSegmentRanges(Altaxo.Graph.Plot.Data.IPlotRange,System.Func{System.Int32,System.Double},System.Int32,System.Boolean)"]

skipFrequency  Int32

[Missing <param name="skipFrequency"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles.LineConnectionStyleBase.GetSegmentRanges(Altaxo.Graph.Plot.Data.IPlotRange,System.Func{System.Int32,System.Double},System.Int32,System.Boolean)"]

connectCircular  Boolean

[Missing <param name="connectCircular"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles.LineConnectionStyleBase.GetSegmentRanges(Altaxo.Graph.Plot.Data.IPlotRange,System.Func{System.Int32,System.Double},System.Int32,System.Boolean)"]

Return Value

IEnumerableLineConnectionStyleBaseSegmentRange

[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles.LineConnectionStyleBase.GetSegmentRanges(Altaxo.Graph.Plot.Data.IPlotRange,System.Func{System.Int32,System.Double},System.Int32,System.Boolean)"]

See Also