Click or drag to resize

BarSizePosition2DGroupStyleCanCarryOver Property

Determines whether this style can carry over during the Step(Int32) operation. If yes, then the style can have children, i.e. other plot group styles that are incremented if this group style carries over. When Step(Int32) can return a nonzero value, true is returned here. For instance, color or line style can be stepped and can carry over, so they return true here. In contrast, a bar graph group style can be stepped, but it cannot carry over, so false is returned here.

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

Property Value

Boolean

Implements

IPlotGroupStyleCanCarryOver
See Also