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

Chart3DControl.ContentTransform Property

Gets or sets the position, rotation angles and scale of the chart.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public Transform3D ContentTransform { get; set; }

Property Value

Type Description
Transform3D

The transform matrix that specifies the position, rotation angles and scale of the chart.

See Also