ChartObjectsSelectionChangedEventArgs¶
Summary¶
Provides data for the chart objects selecting or deselecting event.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
Chart { get; } | A chart where event occured |
Area { get; } | A chart area where event occured |
ObjectsAddedToSelection { get; } | A list of objects that were added to selection |
ObjectsRemovedFromSelection { get; } | A list of objects that were removed from selection |
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
|
Last update: July 1, 2022