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

MarkerSeries3D.GetTransform(SeriesPoint) Method

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public static Transform3D GetTransform(
    SeriesPoint point
)

Parameters

Name Type Description
point SeriesPoint

A SeriesPoint object from which the property value is read.

Returns

Type Description
Transform3D

The value of the MarkerSeries3D.Transform property for the specified series point.

See Also