enumChartInterpolate
enumerated type

 

typedef enum
{
	chartinterpolate_no          = 0,
	chartinterpolate_forcedzero  = 1,
	chartinterpolate_interpolate = 2
} enumChartInterpolate;

 

used in IXlsChartCustomProperties::ChartInterpolateEmptyCells property.