Click or drag to resize

BarSizePosition2DGroupStyleCanStep Property

Indicates whether this group style makes any action when calling Step(Int32). This property is true, if IsStepEnabled can be set to true.

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

Property Value

Boolean

Implements

IPlotGroupStyleCanStep
See Also