Label Font Size issue...
Posted: Tue Aug 03, 2004 4:05 pm
I use the following code to add in some labels to the chart
TChart.Axis.Bottom.Labels.Clear
TChart.Axis.Bottom.Labels.Add 1, "Testing"
TChart.Axis.Bottom.Labels.Add 3, "Testing" & vbcr & "testing" & vbcr & "testing"
TChart.Axis.Bottom.Labels.Add 2, "Testing" & vbcr & "testing"
TChart.Axis.Bottom.Labels.Angle = 0
When I add a title though the labels overlap the title.
Using;
TChart.Axis.Bottom.Labels.Font.Size = 20
Does not change the font size of the labels, but will move the bottom axis up and down, so how should I be adding the labels so that they automatically do not overlap?
Thanks
Dominic
TChart.Axis.Bottom.Labels.Clear
TChart.Axis.Bottom.Labels.Add 1, "Testing"
TChart.Axis.Bottom.Labels.Add 3, "Testing" & vbcr & "testing" & vbcr & "testing"
TChart.Axis.Bottom.Labels.Add 2, "Testing" & vbcr & "testing"
TChart.Axis.Bottom.Labels.Angle = 0
When I add a title though the labels overlap the title.
Using;
TChart.Axis.Bottom.Labels.Font.Size = 20
Does not change the font size of the labels, but will move the bottom axis up and down, so how should I be adding the labels so that they automatically do not overlap?
Thanks
Dominic