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

ExponentialEasingFunctionModel.Exponent Property

Gets or sets the value of the ExponentialEasingFunction.Exponent within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

public double Exponent { get; set; }

Property Value

Type Description
Double

The exponent used to determine the interpolation of the animation.

See Also