Skip to main content
A newer version of this page is available.
All docs
V19.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.v19.1.dll

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