Click or drag to resize

ErrorBarPlotStyleControllerIgnoreMissingDataPoints Property

Gets or sets a value indicating whether to ignore missing data points.

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

Property Value

Boolean
Remarks
If true, data points with missing values are ignored in the plot. If false, missing data points can affect the plot depending on other settings (e.g., UseCommonErrorColumn).
See Also