Skip to main content
A newer version of this page is available.
All docs
V18.2

LegendModel.TextVisible Property

Gets or sets the value of the Legend.TextVisible within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public bool TextVisible { get; set; }

Property Value

Type Description
Boolean

true if item text is displayed; otherwise false.

See Also