Search found 4 matches
- Thu Feb 09, 2006 10:31 am
- Forum: .NET
- Topic: Dumb question about hiding weekends on time series
- Replies: 7
- Views: 5999
Thanks
Narcis I see your point and have tackled it myself in another context. I identified the following possibilities: - show every calendar day (like it currently does) - show every weekday (so public holidays appear as gaps) - show only days where there is data (no gaps at all) - show all data PLUS gaps...
- Wed Feb 08, 2006 4:59 pm
- Forum: .NET
- Topic: Dumb question about hiding weekends on time series
- Replies: 7
- Views: 5999
Weekends
OK, I've found it now. It works, but it feels very clumsy. Could I make a wish to have a simple flag in the next version to toggle between two modes, one displaying non-business days and the other leaving them out?
Thanks.
Thanks.
- Wed Feb 08, 2006 10:03 am
- Forum: .NET
- Topic: Dumb question about hiding weekends on time series
- Replies: 7
- Views: 5999
Weekends
Hi there and thanks for the reply. When you say "available to TeeChart's program group", what does this mean? In C:\Program Files\Steema\ ??
- Mon Feb 06, 2006 6:49 pm
- Forum: .NET
- Topic: Dumb question about hiding weekends on time series
- Replies: 7
- Views: 5999
Dumb question about hiding weekends on time series
I've searched hard to find a way of making sure that a time series doesn't display gaps for weekends/public holidays (i.e. where there's no data) but I can't find any obvious candidate. The only way I've come up with is to have a sequence number for each day and use this as the XValue and then displ...