Skip to main content

ExponentialEasingFunction.Exponent Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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