Skip to main content

PowerEasingFunctionModel.Power Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public double Power { get; set; }

Property Value

Type Description
Double

The exponential power of the animation interpolation.

See Also