ErrorBarPlotStyleControllerSkipFrequency Property |
Provides access to the frequency at which data points are skipped.
Namespace: Altaxo.Gui.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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