Skip to main content
All docs
V20.1

Annotation.TailTransform Property

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

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 TailTransform { get; set; }

Property Value

Type Description
Transform

A Transform object specifying functionality to modify the annotation tail.

Remarks

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

See Also