Search found 8 matches
- Thu Dec 18, 2003 5:14 pm
- Forum: VCL
- Topic: "Notify" and SpamAssassin
- Replies: 0
- Views: 13207
"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 ...
- Fri Dec 12, 2003 7:28 pm
- Forum: VCL
- Topic: Marks - behind series
- Replies: 6
- Views: 16694
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...
- Tue Dec 09, 2003 5:05 pm
- Forum: VCL
- Topic: Marks - behind series
- Replies: 6
- Views: 16694
- Sat Dec 06, 2003 5:50 pm
- Forum: VCL
- Topic: Max-Time vs MaxPointsPerPage
- Replies: 1
- Views: 9669
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...
- Sat Dec 06, 2003 5:41 pm
- Forum: VCL
- Topic: ChartPageNavigator
- Replies: 1
- Views: 9487
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
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
- Sat Dec 06, 2003 5:38 pm
- Forum: VCL
- Topic: MaxPointsPerPage
- Replies: 1
- Views: 9336
MaxPointsPerPage
Hi,
Any way to fix the problem when paging of a single point appearing on last page?
Thanks.
Any way to fix the problem when paging of a single point appearing on last page?
Thanks.
- Sat Dec 06, 2003 5:33 pm
- Forum: VCL
- Topic: Bring TSeriesMarkPosition to front
- Replies: 7
- Views: 24466
- Sat Dec 06, 2003 5:29 pm
- Forum: VCL
- Topic: Marks - behind series
- Replies: 6
- Views: 16694
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.
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.