Search found 2 matches
- Tue Feb 28, 2017 5:01 am
- Forum: .NET
- Topic: Grid Spacing problem
- Replies: 3
- Views: 7535
Re: Grid Spacing problem
After a digging through the code, I noticed that there is a logic that skips a line when the label is too wide which I think is there to avoid overlapping dates. I found it in Axes.AxisLabelsSeries(Rectangle rect) where tmpDraw will be false if it thinks the date will overlap. I fixed this to always...
- Thu Feb 23, 2017 7:19 am
- Forum: .NET
- Topic: Grid Spacing problem
- Replies: 3
- Views: 7535
Grid Spacing problem
Hi, We are trying to upgrade our very old teechart to the latest and were having some problem. One problem I'm having difficulty is setting the spacing of the vertical grid lines. Our current version doesnt have themes, now with the new version we are using TeeCharts theme. Figure 1: Using the TeeCh...