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

HeatmapTitleBase.Visible Property

Specifies whether the title is visible.

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Boolean

true if the title is visible; otherwise, false.

See Also