Search found 5 matches

by Chris
Tue Oct 21, 2008 11:33 pm
Forum: .NET
Topic: Custom legend - how to specify vertical axis?
Replies: 3
Views: 1667

Thanks for the response. I reviewed the thread as suggested, and I now see how to create a legend box with the series titles inside. How can I add the series line color and symbol? I'm aware that there's a Legend.OnDrawSymbol Event, but I'm not sure how I would use that event to draw the series symb...
by Chris
Fri Oct 17, 2008 7:19 pm
Forum: .NET
Topic: Custom legend - how to specify vertical axis?
Replies: 3
Views: 1667

Custom legend - how to specify vertical axis?

I need help customizing a chart's legend. The chart contains one or more line series, and the series may be plotted using either the left or the right axis. When the series are added to the chart, they are in order so that all of the left-axis series are added first, followed by the right-axis serie...
by Chris
Tue Oct 14, 2008 3:56 pm
Forum: .NET
Topic: Label control - Datetime values
Replies: 5
Views: 2105

Thanks for adding the feature request. I'm using TeeChart .Net Version 3 (right-clicking on a chart and selecting About Steema TeeChart pops up a dialog with 3.5.3146.24806 at the bottom). After some experimenting, I see that the Chart Editor does allow the user to specify standard datetime incremen...
by Chris
Tue Oct 14, 2008 12:32 am
Forum: .NET
Topic: Label control - Datetime values
Replies: 5
Views: 2105

Thanks for the response. It took me a while, but I think I've found a reasonable solution using the GetNextAxisLabel event. As a feature request, it would be nice if TeeChart would allow the user to specify the value of the first tick. This would eliminate the need for semi-complex event handlers th...
by Chris
Wed Oct 08, 2008 5:08 pm
Forum: .NET
Topic: Label control - Datetime values
Replies: 5
Views: 2105

Label control - Datetime values

Is it possible to force datetime axis labels to coincide with the beginning of a month or year? I'm plotting a line series that has been defined as datetime for the horizontal axis. My data is unevenly spaced, and it spans many years. If I specify a label format of MMM-yyyy, the first axis label beg...