Skip to main content

SeriesPointModel3D.SetTransform(SeriesPoint, Transform3D) Method

Sets the value of the SeriesPointModel3D.Transform attached property to a specified SeriesPoint.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public static void SetTransform(
    SeriesPoint point,
    Transform3D transform
)

Parameters

Name Type Description
point SeriesPoint

The series point to which the attached property is written.

transform Transform3D

The required Transform3D object.

See Also