Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public Transform3D ActualContentTransform { get; }

Property Value

Type Description
Transform3D

A Transform3D object representing the transformation of a diagram.

See Also