Click or drag to resize

LabelPlotStyleIndependentSkipFrequency Property

Gets or sets a value indicating whether the skip frequency is independent on other sub group styles using SkipFrequency.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IndependentSkipFrequency { get; set; }

Property Value

Boolean
true if the skip frequency is independent on other sub group styles using SkipFrequency; otherwise, false.
See Also