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

Diagram3D.ActualContentTransform Property

Gets the actual object with information on how to transform the 3D Diagram‘s contents.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public Transform3D ActualContentTransform { get; }

Property Value

Type Description
Transform3D

A Transform3D object representing the transformation of a diagram.

See Also