Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

CwGraph Plot Area Borders

I am sending the plot area image to the printer using PaintPicture and CWGraph1.ControlImage methods. It is priting nicely. If the plot area color and graph frame area color is set to the white to avoid wastage of paper ink, the plot area borders are not seen. I mean, there is no clear cut demarcation between plot and its axis if both the colors are same. The plot area does not have seem to have a border. So I thought plot area borders might be a property of axis settings. But again, I could not find any settings of axis that will print the ticks and labels below the border.

Any help is appreciated.

With regards

Pradyumna Joshi
0 Kudos
Message 1 of 2
(5,965 Views)
Unfortunately, CWGraph does not have any properties for customizing the appearance of the border. If you migrate to .NET in the future, the Measurement Studio .NET graphs have a PlotAreaBorder property that gives you several options for configuring the border, including a thin solid black line for black-and-white printing.

- Elton
0 Kudos
Message 2 of 2
(5,965 Views)