Announcement

Collapse
No announcement yet.

Import: Y-Groups - PS_DASH doesn't work

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Import: Y-Groups - PS_DASH doesn't work

    -----Original Message-----
    From: Mark
    Sent: Thursday, May 01, 2003 6:32 AM
    To: [email protected]
    Subject: [eSignal] PS_DASH doesn't work


    Would anyone know why drawLineAbsolute ( ..., ..., ..., ..., PS_DASH, ... ) does not created a DASHED line. Every line comes out solid no matter what I choose? Is this a bug?
    Thanks
    Mark
    Mark,

    With a thickness of 1 on a dotted or dashed line, it is pretty hard to tell it is that type of line. I would suggest bumping up the thickness to make it more noticeable. For example,
    PHP Code:
    for (x=0x<10x++) {
    drawLineAbsolute( -x55.0, -x95.0PS_DASH3Color.bluex);

    Regards,
    Jay F.
    Product Manager
    _____________________________________
    Have a suggestion to improve our products?
    Click Support --> Request a Feature in eSignal 11
Working...
X