Search found 8 matches

by Jim
Thu Dec 18, 2003 5:14 pm
Forum: VCL
Topic: "Notify" and SpamAssassin
Replies: 0
Views: 12010

"Notify" and SpamAssassin

Greetings, Not a huge problem, but the popular email filter SpamAssassin eliminates the notify emails from this site. Perhaps a slight adjustment can be made. Below are results describing why messages are flagged as spam. It appears if you can make a small adjustment and lower "score" by 0.5 points ...
by Jim
Fri Dec 12, 2003 7:28 pm
Forum: VCL
Topic: Marks - behind series
Replies: 6
Views: 15398

Hi, Yes, it does. Is a simple case of some series lines obscuring the marks for other series. The example code need not even be that complex: for i:=0 to 1 do for j:=0 to 9 do Chart1 .AddXY(j,Random(10),'ValueIndex'+TeeLineSeparator+inttostr(i),clteecolor); == in edit chart, turn all marks on and wh...
by Jim
Tue Dec 09, 2003 5:05 pm
Forum: VCL
Topic: Marks - behind series
Replies: 6
Views: 15398

Hi,

There is nothing in the least special about my code. Just a chart with several line series. In fact all my multi-line series have this problem.
by Jim
Sat Dec 06, 2003 5:50 pm
Forum: VCL
Topic: Max-Time vs MaxPointsPerPage
Replies: 1
Views: 8766

Max-Time vs MaxPointsPerPage

Hi, Have a chart with dates on horizontal axis and several line series. Have ability for user to select "how long", or number of months, to display on chart. Not all line series hold points covering the entire time/date period. Thus MaxPointsPerPage doesn't help. i.e. the date period with series all...
by Jim
Sat Dec 06, 2003 5:41 pm
Forum: VCL
Topic: ChartPageNavigator
Replies: 1
Views: 8690

ChartPageNavigator

Hi,

Any way to disable this control after a manual scroll. I mean if you click and drag or zoom the control appears to be active but doesn't function. One must click and drag to un-zoom before control will function.

Thanks
by Jim
Sat Dec 06, 2003 5:38 pm
Forum: VCL
Topic: MaxPointsPerPage
Replies: 1
Views: 8550

MaxPointsPerPage

Hi,

Any way to fix the problem when paging of a single point appearing on last page?

Thanks.
by Jim
Sat Dec 06, 2003 5:33 pm
Forum: VCL
Topic: Bring TSeriesMarkPosition to front
Replies: 7
Views: 21697

Hi,

>>In meantime a solution could be to change the marks position manually for the Marks which need to get a part of the other stacked series. <<

This also occurs with other type series in 2d mode. So, how to fix?

Thanks
by Jim
Sat Dec 06, 2003 5:29 pm
Forum: VCL
Topic: Marks - behind series
Replies: 6
Views: 15398

Marks - behind series

Greetings,

Using a chart with several line series and display mark on click, the marks for some series appear behind "later" line series.

Any way to have marks always "in front" of all lines?

Thanks.