Page 1 of 1
Is it possible to have a chart with rounded Corners?
Posted: Fri Jul 30, 2004 8:08 pm
by 8123840
Is it possible to have a chart with rounded Corners?
If so, can someone send me a snippet of the code?
Thanks,
Posted: Sat Jul 31, 2004 9:47 am
by Pep
Hi,
yes, you can do :
Code: Select all
Private Sub Form_Load()
With TChart1
.AddSeries scBar
.Series(0).FillSampleValues (5)
.Panel.Border.Visible = True
.Panel.BorderRound = 15
End With
End Sub
Rounded Corners
Posted: Mon Aug 02, 2004 4:35 pm
by 8123840
I am working in v5. The border property does not look like its available to me. The only properties that I see are:
BackImageInside
BackImageMode
BevelInner
BevelOffset
BevelOuter
BevelWidth
BorderStyle
Color
Gradient
MarginBottom
MarginLeft
MarginRight
MarginTop
Posted: Tue Aug 03, 2004 1:00 am
by Pep
Hi,
yes, this feature has been added in the TeeChart Pro v6.