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

FreePositionModel.DockCorner Property

Gets or sets the value of the FreePosition.DockCorner within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[PropertyForOptions]
[LocalizableCategory(DesignerCategories.General)]
public DockCorner DockCorner { get; set; }

Property Value

Type Description
DockCorner

The dock corner of the annotation anchoring element.

Available values:

Name Description
LeftTop

The annotation’s shape is docked to the left top corner.

LeftBottom

The annotation’s shape is docked to the left bottom corner.

RightTop

The annotation’s shape is docked to the right top corner.

RightBottom

The annotation’s shape is docked to the right bottom corner.

See Also