Search
Command.HasEffect Property
See Also
 






Gets a value indicating whether the command does anything.

Namespace: MindFusion.Charting.Commands
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected virtual bool HasEffect { get; }

Visual Basic  Copy Code

Protected Overridable ReadOnly Property HasEffect As Boolean

 Property Value

 Remarks

Commands that have no effect are not stored in the undo history.

 See Also