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.v21.1.Wizard.dll
NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design
Declaration
[LocalizableCategory(DesignerCategories.Behavior)]
public ChartElementModel DockTarget { get; set; }
Property Value
Type | Description |
---|---|
ChartElementModel | The model of the pane or chart. |
See Also