MATLAB: Cannot find Brush Data property for app.UIAxes

appdesignerbrushed dataMATLAB

Hello,
I'm simply looking to get "brushed" data into a variable. I'm using appDesigner, and have built a GUI which plots data. Now I want the user to be able to select a portion of that data and store/manipulate it how they want. I'm not sure if it's because I'm using the appDesigner feature, but I cannot find a BrushData property for the data that is brushed on my current axis.
K>> app.UIAxes.BrushData
Unrecognized method, property, or field 'BrushData' for class 'matlab.ui.control.UIAxes'.
Thanks for any help!

Best Answer

The Brush Data property is located within Children:
app.UIAxes.Children.BrushData