Hi Clause,
As you already know a ShinobiChart is a subclass of UIView so you should treat it as such. There is no support within the library for making the chart full screen so the best way to achieve the effect you are after would be to present the chart modally, change the frame of the chart, or any of the methods you would use to make a normal UIView full-screen.
Jan