Back to Devexpress

HeatmapTitleBase.Visible Property

corelibraries-devexpress-dot-xtracharts-dot-heatmap-dot-heatmaptitlebase-23ed9ef1.md

latest1.2 KB
Original Source

HeatmapTitleBase.Visible Property

Specifies whether the title is visible.

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Boolean

true if the title is visible; otherwise, false.

|

See Also

HeatmapTitleBase Class

HeatmapTitleBase Members

DevExpress.XtraCharts.Heatmap Namespace