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

DockableTitleModel.Dock Property

Gets or sets the value of the DockableTitle.Dock within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions]
[DependentUpon("Visibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public ChartTitleDockStyle Dock { get; set; }

Property Value

Type Description
ChartTitleDockStyle

The edge of the chart control to which the title is docked.

Available values:

Name Description
Top

A title is positioned at the top of the chart control.

Bottom

A title is positioned at the bottom of the chart control.

Left

A title is positioned to the left of the chart control.

Right

A title is positioned to the right of the chart control.

See Also