Search found 5 matches

by petex
Tue Jun 06, 2017 10:03 am
Forum: .NET
Topic: Legend drawn outside plotting area
Replies: 8
Views: 14639

Re: Legend drawn outside plotting area

Christopher
Thanks, I will give it a try.
by petex
Fri Jun 02, 2017 9:02 am
Forum: .NET
Topic: Legend drawn outside plotting area
Replies: 8
Views: 14639

Re: Legend drawn outside plotting area

Christopher Its not multithreaded so that is not the issue. Its a huge code base so I doubt it is practical to create a simple program to show the issue. The plot is embedded in dialog which has other panels so I suspect it may be a sizing issue i.e. the legend is positioned before another panel is ...
by petex
Tue May 30, 2017 10:13 am
Forum: .NET
Topic: Legend drawn outside plotting area
Replies: 8
Views: 14639

Re: Legend drawn outside plotting area

Christopher We have several products using TChart in a similar way. And its the same version for all products. All products use the same calls to setup the legend. However one product does center the legend correctly whereas another has the legend positioned off the left hand side of the plot (as sh...
by petex
Fri May 26, 2017 1:52 pm
Forum: .NET
Topic: Legend drawn outside plotting area
Replies: 8
Views: 14639

Re: Legend drawn outside plotting area

Christopher The version of TeeChart.dll is 4.1.2011.4193. We use a wrapper but we end up calling the following:- x_chart.Legend.Visible = true; x_chart.Legend.LegendStyle = Steema.TeeChart.LegendStyles.Series; x_chart.Legend.CheckBoxes = true; x_chart.Legend.Alignment = Steema.TeeChart.LegendAlignme...
by petex
Thu May 25, 2017 10:02 am
Forum: .NET
Topic: Legend drawn outside plotting area
Replies: 8
Views: 14639

Legend drawn outside plotting area

In the past we have been setting the legend alignment on our plots to the right of the plot i.e. Legend.Alignment = 1 This worked OK We recently tried setting the Alignment to the top of the plot i.e. Legend.Alignment = 2 Although the legend does appear at the top of the plot it appears far over to ...