enumChartFontBackground
enumerated type

 

typedef enum
{
	chartfontbkground_automatic   = 0,
	chartfontbkground_transparent = 1,
	chartfontbkground_opaque      = 2
} enumChartFontBackground;

 

used in IXlsChartFont::BackgroundType property.