ConstantLineModel.Title Property
Returns the model of the title of the modeled constant line.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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