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

PowerEasingFunction.Power Property

Gets or sets the exponential power of the animation interpolation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public double Power { get; set; }

Property Value

Type Description
Double

A double value that specifies the exponential power of the animation interpolation.This value must be greater or equal to 0.

See Also