Search found 4 matches
- Tue Jan 11, 2005 11:40 am
- Forum: ActiveX
- Topic: AddNullXY loses PointLabel using SaveToStream/LoadFromURL
- Replies: 2
- Views: 3665
- Mon Jan 10, 2005 1:45 pm
- Forum: ActiveX
- Topic: AddNullXY loses PointLabel using SaveToStream/LoadFromURL
- Replies: 2
- Views: 3665
AddNullXY loses PointLabel using SaveToStream/LoadFromURL
This is a reprise of an issue raised against Teechart 6.0.0.5, as I got no response following from the example I emailed. I've just re-posted it to the steema.public.attachments newsgroup; it's a client-side only web page which clearly demonstrates that something in the SaveToBase64Stream/LoadFromBa...
- Fri Nov 26, 2004 1:25 am
- Forum: ActiveX
- Topic: Leading Null with PointLabel trashes x-axis
- Replies: 3
- Views: 4879
Solved: My goal was not to display the point labels and dates simultaneously, but to ensure that dates were displayed consistently regardless of the presence or absence of point labels. It looks like the style-guessing algorithm implied by talAuto was my problem. When I overrode this with .Axis.Bott...
- Thu Nov 25, 2004 6:09 am
- Forum: ActiveX
- Topic: Leading Null with PointLabel trashes x-axis
- Replies: 3
- Views: 4879
Leading Null with PointLabel trashes x-axis
I've got Teechart 6.0.0.5. I plot my data using a line series with timestamps on the X-axis. When I encounter some null data in my source, I use AddNullXY with some explanatory text as the 3rd parameter, i.e. Series(0).AddNullXY datestamp, value, "errorText" Sometimes my data STARTS with a null. Whe...