Page 1 of 1

LineStyle Small Dots

Posted: Wed May 07, 2008 7:59 am
by 9244864
Hello !

I cannot figure out how to set a linestyle to "small dots" by code,
as I can in the ChartEditor.

CustSer->Pen->Style=psSmallDot;

Seems not the correct enum.
The compiler gives a warining:
Cannt assign TSeriesPointerStyle to PenStyle

(psDash, psDot etc. works fine)

I can nowhere find information about this in the TeeChart 7 Docu.

What is the correct constant?

Andreas

Posted: Wed May 07, 2008 8:31 am
by narcis
Hi Andreas,

You can use this:

Code: Select all

	Series1->Pen->SmallDots = true;