[C#] | public PlotArea setPlotArea(int x, int y, int width, int height [, int bgColor [, int altBgColor [, int edgeColor [, int hGridColor [, int vGridColor ]]]]]); |
[VB] | Public Function setPlotArea(x As Integer, y As Integer, width As Integer, height As Integer [, bgColor As Integer [, altBgColor As Integer [, edgeColor As Integer [, hGridColor As Integer [, vGridColor As Integer ]]]]]) As PlotArea |