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

DockableTitleModel.Lines Property

Gets or sets the lines of the title text within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions(100, "General")]
[DesignerDisplayName("Text")]
[DependentUpon("Visibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public string[] Lines { get; set; }

Property Value

Type Description
String[]

The text of the title divided into rows.

See Also