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

ExponentialEasingFunction.Exponent Property

Gets or sets the exponent used to determine the interpolation of the animation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty]
public double Exponent { get; set; }

Property Value

Type Description
Double

A double value that specifies the exponent used to determine the interpolation of the animation.

See Also