Click or drag to resize

LabelPlotStyleIgnoreMissingDataPoints Property

Gets or sets a value indicating whether to ignore missing data points. If the value is set to true, the line is plotted even if there is a gap in the data points.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IgnoreMissingDataPoints { get; set; }

Property Value

Boolean
true if missing data points should be ignored; otherwise, if false, no line is plotted between a gap in the data.
See Also