Back to Devexpress

DockableTitleModel.Dock Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-dockabletitlemodel.md

latest1.8 KB
Original Source

DockableTitleModel.Dock Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
[DependentUpon("Visibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public ChartTitleDockStyle Dock { get; set; }
vb
<PropertyForOptions>
<DependentUpon("Visibility")>
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property Dock As ChartTitleDockStyle

Property Value

TypeDescription
ChartTitleDockStyle

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

|

Available values:

NameDescription
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

DockableTitleModel Class

DockableTitleModel Members

DevExpress.XtraCharts.Designer Namespace