void CBCGPChartTransitionFormula::SetTransitionType | ( | TransitionType | type, |
LPARAM | lParam = NULL , |
||
BOOL | bGenerateDataPoints = TRUE |
||
) |
Sets a new predefined transition type.
Call this method to set a new predefined transition type.
If a formula has already been set to a series with CBCGPChartSeries::SetFormula, you need to obtain a pointer to formula object using CBCGPChartSeries::GetFormula.
type can be one of the following enumerated values:
type | Specifies the transition type. |
lParam | Specifies user-defined data. |
bGenerateDataPoints | TRUE - recalculate output data points immediately. |