Skip to main content
All docs
V20.1

Annotation.ShapeTransform Property

Gets or sets the settings to allow you transform the annotation shape.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

[Browsable(false)]
public Transform ShapeTransform { get; set; }

Property Value

Type Description
Transform

A Transform object specifying functionality to modify the annotation shape.

Remarks

This property is hidden and intended for internal use only. Normally you don’t need to use it.

See Also