ErrorBarPlotStyleControllerIndependentSkipFrequency Property |
Gets or sets a value indicating whether the skip frequency is independent for each data point.
Namespace: Altaxo.Gui.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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