A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool TextVisible { get; set; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<TypeConverter(GetType(BooleanTypeConverter))>
<XtraSerializableProperty>
Public Property TextVisible As Boolean
Property Value
Type | Description |
---|---|
Boolean | true, to display item text; otherwise, false. |
Remarks
To control the visibility of a custom legend item marker, use the CustomLegendItem.MarkerVisible property.
Implements
DevExpress.XtraCharts.Native.ILegendItemData.TextVisible
See Also
Feedback