IDLitVisualization::OnDataRangeChange
Syntax | Arguments | Keywords | Version History
The IDLitVisualization::OnDataRangeChange procedure method notifies objects that use the visualization's data when the range of the visualization's data changes.
Note
This method is generally not called explicitly.
Syntax
Obj->[IDLitVisualization::]OnDataRangeChange, Notifier, XRange, YRange, Zrange
Arguments
Notifier
A reference to the object that is sending notification when the data range changes.
XRange
A two-element vector, [xmin, xmax], representing the new x-range.
YRange
A two-element vector, [ymin, ymax], representing the new y-range.
ZRange
A two-element vector, [zmin, zmax], representing the new z-range.
Keywords
None
Version History