Here is the right side of my graph:

Regards,
Brigg Thorp
Senior Software Engineer
Timex Corporation
Code: Select all
Private Sub TChart1_OnAfterDraw()
TChart1.Axis.Left.Labels.Size = TChart1.Axis.Left.Labels.MaxWidth
End Sub
Code: Select all
With TChart3
.Axis.Left.Labels.Size = TChart3.Axis.Left.Labels.MaxWidth
.Axis.Right.Labels.Size = TChart3.Axis.Right.Labels.MaxWidth
.Environment.InternalRepaint
.Repaint
End With