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

ConstantLineModel.Title Property

Returns the model of the title of the modeled constant line.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions]
[AllocateToGroup("Title")]
[LocalizableCategory(DesignerCategories.Elements)]
public ConstantLineTitleModel Title { get; }

Property Value

Type Description
ConstantLineTitleModel

The model of the constant line title.

See Also