Skip to main content

Chart3DControl.ActualContentTransform Property

Returns an object that contains information about the current chart position, rotation angles and scale.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public Transform3D ActualContentTransform { get; }

Property Value

Type Description
Transform3D

An object that contains information about three-dimensional chart transformations.

See Also