Gets a list containing the child Command objects.
Namespace: MindFusion.Charting.Commands
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public IList<Command> Commands { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Commands As IList(Of Command) |
A list of Command objects.
See Also