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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
public bool TextVisible { get; set; }
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.
See Also