Spider Charts

Introduction

 

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.Axis = 1 
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"

 

GENERATE/TUT36.gif

 

Congratulations! You have just completed the fourth section of the tutorial, please follow this link to move on to the next section.



Spider Charts

 

 

Last modified on: Friday, October 19, 2001