ETypeFitting

type ETypeFitting = (cfPolynomial, cfLogarithmic, cfExponential);

Type Library
TeeChartx

Description
ETypeFitting defines the possible values of the TypeFitting property.

Value

cfPolynomial = 0

cfLogarithmic = 1

cfExponential = 2

See note on use of Enum constants in differing development environments.