CircularAreaAnimationBase.CreateAnimatedTransformation(Rect, Point, Double) Method
For internal use only.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
public virtual Transform CreateAnimatedTransformation(
Rect viewport,
Point pointOfOrigin,
double progress
)
Parameters
| Name | Type |
|---|---|
| viewport | Rect |
| pointOfOrigin | Point |
| progress | Double |
Returns
| Type |
|---|
| Transform |
See Also