Search found 9 matches
- Fri Jun 30, 2006 1:50 pm
- Forum: .NET
- Topic: Problems with redefine keys for Panning
- Replies: 1
- Views: 3243
Problems with redefine keys for Panning
Hello! I can easily redefine keys for TChart zooming with the help of TChart.Zoom.MouseButton and TChart.Zoom.KeyShift properties. But it is impossible for panning because TChart has only TChart.Panning.MouseButton but hasn't TChart.Panning.KeyShift property. For example I can't define Alt+Left mous...
- Mon May 15, 2006 7:22 am
- Forum: .NET
- Topic: Invisible TChart export bug
- Replies: 2
- Views: 3990
- Thu May 11, 2006 11:12 am
- Forum: .NET
- Topic: Invisible TChart export bug
- Replies: 2
- Views: 3990
Invisible TChart export bug
Hello! If I open a form with invisible TChart (for example TChart is on the second page of TabControl but first page is active) and try to export TChart (Chart.Export.Image.Metafile.Save("TeeChartMetaFile.emf") or Chart.Export.Image.Bitmap.Save("TeeChartBitmap.bmp")) pictures have wrong size, moreov...
- Wed May 03, 2006 7:52 am
- Forum: .NET
- Topic: Next release?
- Replies: 7
- Views: 8864
- Wed Apr 26, 2006 7:23 am
- Forum: .NET
- Topic: Localizable bug
- Replies: 11
- Views: 12775
- Tue Apr 25, 2006 9:17 am
- Forum: .NET
- Topic: Localizable bug
- Replies: 11
- Views: 12775
- Mon Apr 24, 2006 2:02 pm
- Forum: .NET
- Topic: Localizable bug
- Replies: 11
- Views: 12775
Dear Narcís! The assembly TeeChart.Languages.dll contains translations of TeeChart forms and string constants to several languages. But I want to translate my own program into another language. In other words I want to have two languages in my program and switch between them during runtime. Please t...
- Mon Apr 24, 2006 12:36 pm
- Forum: .NET
- Topic: Localizable bug
- Replies: 11
- Views: 12775
Encoding is not a problem. Problem is: some TChart properties that can be translated haven't Localizable attribute (typed as "[Localizable(true)]"). I think solution is very simple: you must add Localizable attribute for all properties with text and recompile TeeChart project. That's all. After it i...
- Mon Apr 24, 2006 6:04 am
- Forum: .NET
- Topic: Localizable bug
- Replies: 11
- Views: 12775
Localizable bug
It is impossible to add new language to application with TChart. I set Localizable property of the form with TChart to true, but nothing from TChart strings is in the resource file. It is because of such properties as Series.Title, Axes.Left.Title.Caption, Header.Lines and so on haven't LocalizableA...