Count |
|
Get the number of groups in the collection |
Item |
|
Get a group. The group can be specified by
1-based index or by name |
Add |
|
Add a group to the collection |
Remove |
|
Remove a group from the collection |
Replace |
|
Replaces a bar record in the collection |
Sort |
|
Sorts the bar records in this collection |
Move |
|
Moves a bar record within the collection |
MoveUp |
|
Moves a bar record up one position |
MoveDown |
|
Moves a bar record down one position |
OnBarRecordAdded |
|
Fired when a bar record is added to one of the
groups in this collection |
OnBarRecordChanged |
|
Fired when a bar record in one of the groups in
this collection is changed |
OnBarRecordRemoved |
|
Fired when a bar record is removed from one of
the groups in this collection |
OnBarRecordsSorted |
|
Fired when the bar records in one of the groups
in this collection are sorted |
OnBarRecordMoved |
|
Fired when a bar record is moved |