VectorCartesicPlotStyleIgnoreMissingDataPoints 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.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IgnoreMissingDataPoints { get; set; }
Property Value
Booleantrue if missing data points should be ignored; otherwise, if
false, no line is plotted between a gap in the data.
See Also