Now that I've got my chart running transparent, how can I get the rectangle (top/left/bottom/right) coordinates of the actual chart (not labels and padding) being displayed on the screen? I tried the plotPadding getters, but that doesn't seem to be it -- they're always zero.
Thanks!
Ben
Ben,
You want getViewportRect:
http://help.infragistics.com/Doc/Android/2015.2/CLR4.0/?page=Infragistics.DataChart~com.infragistics.controls.SeriesViewerBaseView~getViewportRect.html
This will return to you the rectangle that represents the inner coordinates of the plot area within the chart component.
Hope this helps!
-Graham
Perfect, thanks!