Skip to main content

LegendTitleModel.Text Property

Gets or sets the text of the modeled legend title.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
[PropertyForOptions(0, "Title")]
[DependentUpon("Visible")]
public string Text { get; set; }

Property Value

Type Description
String

The text of the legend title.

See Also