Skip to main content

FreePositionModel.DockTarget Property

Gets or sets the model of the chart element that is the dock target of the modeled annotation position behavior.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public ChartElementModel DockTarget { get; set; }

Property Value

Type Description
ChartElementModel

The model of the pane or chart.

See Also