Click or drag to resize

IPlotGroupStyleCanCarryOver Property

Determines if this style can carry over during the Step(Int32) operation. If yes, then the style can have childs, 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 they can carry over, so they return true here. In constract, bar graph group style can be stepped, but it can not carry over, so false is returned here.

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

Property Value

Boolean
See Also