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

LegendModel.DockTarget Property

Gets or sets the model of the chart element that is the dock target of the modeled legend.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public ChartElementModel DockTarget { get; set; }

Property Value

Type Description
ChartElementModel

The model of the pane or chart.

See Also