|
|
|
Spider Chart Background and Grid
Let's give our spider chart a web-like look to it by turning the grid on, and changing some color properties.
FlpGrf.AxisGrid = True
FlpGrf.AxisGridColor = &HC0C0C0
' Gray
FlpGrf.GraphBackColor = vbYellow
' VB color constant
FlpGrf.Column = 1
FlpGrf.ColumnColor = vbBlue
' VB color constant
FlpGrf.GraphTitle = "Taste Test;Sample 4509"

Congratulations! You have just completed the fourth section of the tutorial, please follow this link to move on to the next section.
![]() |
Last modified on: Friday, October 19, 2001