Back to Devexpress

HeatmapAxis.Visibility Property

corelibraries-devexpress-dot-xtracharts-dot-heatmap-dot-heatmapaxis-6d5ab798.md

latest1.6 KB
Original Source

HeatmapAxis.Visibility Property

Specifies whether the axis is visible.

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public DefaultBoolean Visibility { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property Visibility As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

Default - the axis visibility is defined by the adaptive layout algorithm when the heatmap is resized; True - the axis is visible; False - the axis is hidden.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

See Also

HeatmapAxis Class

HeatmapAxis Members

DevExpress.XtraCharts.Heatmap Namespace