Skip to main content

PowerEasingFunction.Power Property

Gets or sets the exponential power of the animation interpolation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.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