enumChartArea
enumerated type

 

typedef enum
{
	chartareatype_automatic = 0,
	chartareatype_none      = 1,
	chartareatype_custom    = 2
} enumChartArea;

 

used in IXlsChartAreaStyle::Type property.