Search found 3 matches
- Wed Jul 18, 2012 12:05 pm
- Forum: .NET
- Topic: Axis Breaks and corrupt axis labels
- Replies: 3
- Views: 4245
Re: Axis Breaks and corrupt axis labels
Hi Narcís, The problem occurs with different gapsizes and x-axis ranges... I could reproduce the problem with the following small sample application: [MainForm.Designer.cs] namespace GuiTestbench { partial class MainForm { /// <summary> /// Required designer variable. /// </summary> private System.C...
- Mon Jul 16, 2012 1:50 pm
- Forum: .NET
- Topic: Axis Breaks and corrupt axis labels
- Replies: 3
- Views: 4245
Axis Breaks and corrupt axis labels
Hello, I am using the AxisBreak tool to mask out certain areas of my chart on the x-axis using multiple axis breaks, each with GapSize = 30. In most cases the axis breaks mess up my x-axis labels and it seems that multiple labels get overdrawn then (see image attachment)... Is there any way to avoid...
- Mon Jan 10, 2011 11:21 am
- Forum: .NET
- Topic: Questions on paging
- Replies: 1
- Views: 2528
Questions on paging
Hi, I have some questions on paging. 1) Is it possible to somehow tell TeeChart to automatically show the current graph page when paging is used? Right now I can see the first page, but when the next page is created the view is still only showing the first page. For my application I want to implemen...