Charting for WinForms Programmer's Guide
CompositeCommand.Commands Property
See Also
 






Gets a list containing the child Command objects.

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

 Syntax

C#  Copy Code

public IList<Command> Commands { get; }

Visual Basic  Copy Code

Public ReadOnly Property Commands As IList(Of Command)

 Property Value

 See Also

CompositeCommand Members
CompositeCommand Class
MindFusion.Charting.Commands Namespace