Click or drag to resize

ErrorBarPlotStyleControllerIndependentSkipFrequency Property

Gets or sets a value indicating whether the skip frequency is independent for each data point.

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 IndependentSkipFrequency { get; set; }

Property Value

Boolean
Remarks
If true, each data point can have a different skip frequency. If false, the same skip frequency is applied to all data points.
See Also