Click or drag to resize

IShiftLogicalXYZGroupStyleIsConstant Property

Gets a value indicating whether the shift is constant, i.e. independent on the row index, or not.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool IsConstant { get; }

Property Value

Boolean
true if this instance is constant; otherwise, false.
See Also