This issue is due to a limitation of GDI in Windows and is documented in the CNiPlot::LineStyle and CNiPlot::LineWidth properties in Measurement Studio 7.0. For more information on the GDI limitations, see the documentation for
CreatePen in
MSDN. Specifically, it says:
"CreatePen returns a pen with the specified width bit with the PS_SOLID style if you specify a width greater than one for the following styles: PS_DASH, PS_DOT, PS_DASHDOT, PS_DASHDOTDOT."
Also, in the remarks section, it says:
"If the value specified by nWidth is greater than 1, the fnPenStyle parameter must be PS_NULL, PS_SOLID, or PS_INSIDEFRAME."
These limitations are reflected in the graph because Measurement Studio uses GDI for its drawing.
- Elton