Howdy Freak -
The XML stylesheets use the ActiveX control <TestStand Directory>\Components\NI\Tools\GraphControl\TsGraphControl.ocx. However, looking into the available properties and methods for the control in Visual Basic 6, there is no method for PlotXY( ). Thus, using this control, there would be no way to do the XY plotting (in fact, PlotY( ) seems to be the only method available for plotting in the control).
This graph object only contains a few valuable properties which can be set. Appearance properties do not seem to be among them. The two properties available which would change the look on the report are height and width. These properties are best set when declaring the graph object in XML. For example, on line 661 of horizontal.xsl, the graph object is set to have a height of 200 pixels and a width of 100% in the html file (Note: you can change width to just be pixels if you remove the percentage).
I hope this helps.
Regards,
Andrew W || Applications Engineer
National Instruments