Back to Devexpress

CustomLegendItem.TextVisible Property

corelibraries-devexpress-dot-xtracharts-dot-customlegenditem-a570526d.md

latest1.4 KB
Original Source

CustomLegendItem.TextVisible Property

Gets or sets the value indicating whether or not the custom legend item text is visible.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public bool TextVisible { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property TextVisible As Boolean

Property Value

TypeDescription
Boolean

true , to display item text; otherwise, false.

|

Remarks

To control the visibility of a custom legend item marker, use the CustomLegendItem.MarkerVisible property.

See Also

CustomLegendItem Class

CustomLegendItem Members

DevExpress.XtraCharts Namespace