Skip to main content
A newer version of this page is available. .

PowerEasingFunctionModel.Power Property

Gets or sets the value of the PowerEasingFunction.Power within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

public double Power { get; set; }

Property Value

Type Description
Double

The exponential power of the animation interpolation.

See Also