
! *****************************************************************
! *  PIE.DAT --  Sample Data File for Constructing a Pie Graph    *
! *****************************************************************
			       
! ****************
! *  Graph Type  *
! ****************

#GRAPH TYPE = PIE GRAPH

			       
! ******************
! *  Graph Titles  *
! ******************

#MAIN TITLE  = Grain Sales (by Percent) ^
#ITEM TITLES =Wheat^Corn ^Soy  ^Rice ^Other^


! ******************
! *  Graph Colors  *
! ******************

#BKG_COLOR     = 9
#DRAW_COLOR    = 15
#FILL_COLORS   = 10 ^ 11 ^ 12 ^ 13 ^ 14 ^

! *******************
! *  Graph Options  *
! *******************

#OPTIONS = 3D

    
! ********************************
! * Graph Data -- 5 Pie Sections *
! ********************************

#DATA
    30.0
    25.0
    20.0
    10.0
    15.0
