Skip to main content

SeriesPointModel3D.GetTransform(SeriesPoint) Method

Gets the value of the SeriesPointModel3D.Transform attached property for a specified SeriesPoint.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

[NonCategorized]
public static Transform3D GetTransform(
    SeriesPoint point
)

Parameters

Name Type Description
point SeriesPoint

The series point from which the property value is read.

Returns

Type Description
Transform3D

The SeriesPointModel3D.Transform property value for the series point.

See Also