ActiveX - Setting the Chart Size


Daisy allows seven different chart sizes, each of which can be set programmatically.


Just use the ChartSize property.

The code snippet shows how to set the chart size.

    ...
    Daisy.ChartSize = dsxPrinterPortrait
    ...

This would set the chart size to the same as the printer in portrait.


ActiveX   Daisy   Index