Legend : checkbox & custom position
Posted: Wed Aug 20, 2008 2:33 am
Hi,
When I using the following code
When I clicked the check button twice on legend, the legend will increase the width.
How to fixed the legend width?
When I using the following code
Code: Select all
Dim lines As New Steema.TeeChart.Styles.Line
TChart1.Series.Add(lines)
lines.Add(0, 3)
lines.Add(1, 4)
lines.Add(2, 5)
lines.Add(3, 6)
TChart1.Legend.CustomPosition = True
TChart1.Legend.Left = 10
TChart1.Legend.Top = 10
TChart1.Legend.CheckBoxes = True
TChart1.Legend.Height = 50
TChart1.Legend.Width = 50
TChart1.Legend.AutoSize = False
How to fixed the legend width?