Skip to main content

SeriesPointModel3D Members

Represents the property provider for series points which support transformation.

Fields

Name Description
TransformProperty static Identifies the SeriesPointModel3D.Transform attached property.

Methods

Name Description
GetTransform(SeriesPoint) static Gets the value of the SeriesPointModel3D.Transform attached property for a specified SeriesPoint.
SetTransform(SeriesPoint, Transform3D) static Sets the value of the SeriesPointModel3D.Transform attached property to a specified SeriesPoint.

Attached Properties

Name Description
Transform static Gets or sets the transformation options for the series point.
See Also