Search found 8 matches
- Thu Jun 26, 2014 1:16 am
- Forum: .NET
- Topic: Zoom rectangle is missplaced at 150% DPI
- Replies: 1
- Views: 3902
Zoom rectangle is missplaced at 150% DPI
When TeeChart 4.1.2013.5282 is run on Window 7 at 150% (144 DPI) with "XP style DPI scaling" disabled (the default value at 150%), the dotted-line zoom rectangle providing visual feedback to the user while zooming is drawn at the wrong location. The zoom rectangle appers too higher and too far to th...
- Tue Aug 06, 2013 1:01 pm
- Forum: .NET
- Topic: How to include custom legend in export?
- Replies: 9
- Views: 11847
Re: How to include custom legend in export?
My control just uses standard Winform controls: Label, Checkbox, Panel, UserControl. As to the behavior of my control in the editor, it only shows empty panels because the nature of my requirements are such that I need to add labels and checkboxes dynamically at run-time. Are there some TeeChart equ...
- Mon Aug 05, 2013 5:16 pm
- Forum: .NET
- Topic: How to include custom legend in export?
- Replies: 9
- Views: 11847
Re: How to include custom legend in export?
Hi Sandra, How could we make this approach work with the Export tab of Steema.TeeChart.Editor? We expose your editor to our users allowing them to customize charts, especially for reporting purposes. It seems to me, that any of your customers that extend TeeChart with custom annotations or legends w...
- Fri Aug 02, 2013 3:24 pm
- Forum: .NET
- Topic: How to include custom legend in export?
- Replies: 9
- Views: 11847
Re: How to include custom legend in export?
Hi Sandra, Thank you for your offer to take a look at my code. I've created a simple sample project that populates TeeChart with my custom legend. The form already includes a button to export an image and you'll see that it does not include the custom legend. Thanks in advance for your assistance wi...
- Thu Aug 01, 2013 9:21 pm
- Forum: .NET
- Topic: How to include custom legend in export?
- Replies: 9
- Views: 11847
Re: How to include custom legend in export?
I'm using the latest version of TeeChart 2013. My legend is complex with a fair number of controls and behaviors on it. It is integrated with the TeeChart simply by adding it the Controls collection of the chart. I had hoped that simply adding it to that collection would be sufficient for TeeChart t...
- Wed Jul 31, 2013 12:26 pm
- Forum: .NET
- Topic: How to include custom legend in export?
- Replies: 9
- Views: 11847
How to include custom legend in export?
Hi,
I've created a custom legend that is working very nicely with TeeChart, but I notice that when I export charts, my custom legend is not included. Is there any way to include my custom legend when exporting a TeeChart to, say, GIF, BMP or JPG format?
Thanks,
Jay
I've created a custom legend that is working very nicely with TeeChart, but I notice that when I export charts, my custom legend is not included. Is there any way to include my custom legend when exporting a TeeChart to, say, GIF, BMP or JPG format?
Thanks,
Jay
- Mon Jul 22, 2013 10:12 pm
- Forum: .NET
- Topic: Axis title being overwritten by axis labels
- Replies: 3
- Views: 5526
Re: Axis title being overwritten by axis labels
No, I'm afraid this doesn't help. In my graph, Panel.MarginLeft is always just 3.0 and setting it to a larger value just gives me wasted space along the left edge. Fooling around with the many properties on the chart (thanks for those, btw!), I think I found my answer. I believe all that is necessar...
- Mon Jul 15, 2013 8:23 pm
- Forum: .NET
- Topic: Axis title being overwritten by axis labels
- Replies: 3
- Views: 5526
Axis title being overwritten by axis labels
The attached image shows the y-axis title being overwritten by the y-axis labels. When this chart was first drawn, the max value on the y-axis was only 3-digits. But the user can interact with the chart changing the range up to 1,00,000. As this happens, the space reserved for the y-axis labels is n...