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.v21.2.Wizard.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

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