Back to Devexpress

Stock2DAnimationBase.CreateAnimatedStockBounds(Rect, Rect, Boolean, Boolean, Boolean, Double) Method

wpf-devexpress-dot-xpf-dot-charts-dot-stock2danimationbase-dot-createanimatedstockbounds-x28-system-dot-windows-dot-rect-system-dot-windows-dot-rect-system-dot-boolean-system-dot-boolean-system-dot-boolean-system-dot-double-x29.md

latest2.1 KB
Original Source

Stock2DAnimationBase.CreateAnimatedStockBounds(Rect, Rect, Boolean, Boolean, Boolean, Double) Method

For internal use only.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public virtual Rect CreateAnimatedStockBounds(
    Rect stockBounds,
    Rect viewport,
    bool axisXReverse,
    bool axisYReverse,
    bool diagramRotated,
    double progress
)
vb
Public Overridable Function CreateAnimatedStockBounds(
    stockBounds As Rect,
    viewport As Rect,
    axisXReverse As Boolean,
    axisYReverse As Boolean,
    diagramRotated As Boolean,
    progress As Double
) As Rect

Parameters

NameType
stockBoundsRect
viewportRect
axisXReverseBoolean
axisYReverseBoolean
diagramRotatedBoolean
progressDouble

Returns

Type
Rect

See Also

Stock2DAnimationBase Class

Stock2DAnimationBase Members

DevExpress.Xpf.Charts Namespace