X-Axis and Vertical Zoom Problems
Posted: Mon Mar 03, 2014 5:27 am
X-Axis and Vertical Zoom Problems. I have created a stacked bar chart, setting self.owner.chart.BottomAxis.Automatic := True. I have the following problems:
1. The x-axis always displays the fourth rock type code, which I am unable to hide. Why is this and how do I hide this label? See attachment Label_On_XAxis.
2. The graph is always displayed in the centre of the x-axis. Is it possible to specify where the bar chart is located?
3. When I zoom, the chart always jumps to the left axis. Why is this and how do I prevent this? See attachments Zoom and After_Zoom.
4. Can I make the legend symbols higher without increasing the font. If I set self.Owner.Chart.Legend.Symbol.Continuous := True; the legend symbol height is increased for all but the first and last. Is it possible to increase the height for all symbols.
Note that the symbols at the left of the chart are drawn on a custom axis.
1. The x-axis always displays the fourth rock type code, which I am unable to hide. Why is this and how do I hide this label? See attachment Label_On_XAxis.
2. The graph is always displayed in the centre of the x-axis. Is it possible to specify where the bar chart is located?
3. When I zoom, the chart always jumps to the left axis. Why is this and how do I prevent this? See attachments Zoom and After_Zoom.
4. Can I make the legend symbols higher without increasing the font. If I set self.Owner.Chart.Legend.Symbol.Continuous := True; the legend symbol height is increased for all but the first and last. Is it possible to increase the height for all symbols.
Note that the symbols at the left of the chart are drawn on a custom axis.