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.v18.2.dll

Declaration

[XtraSerializableProperty]
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