Click or drag to resize

ErrorBarPlotStyleControllerSkipFrequency Property

Provides access to the frequency at which data points are skipped.

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

Property Value

Int32
Remarks
This is used to reduce the number of data points plotted, by skipping points according to the specified frequency. For example, a value of 2 would mean every other data point is skipped.
See Also