Skip to main content
All docs
V24.1

HeatmapTitleBase.Visible Property

Specifies whether the title is visible.

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
public bool Visible { get; set; }

Property Value

Type Description
Boolean

true if the title is visible; otherwise, false.

See Also