Skip to main content
All docs
V23.2

Title.IsOverlay Property

Specifies whether the title is rendered within or outside the chart area.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

[XtraSerializableProperty]
public bool IsOverlay { get; set; }

Property Value

Type Description
Boolean

true if the title overlays the chart area; otherwise, false.

Remarks

The following images shows a sunburst chart with different IsOverlay property values:

IsOverlay = true
A sunburst with its title's IsOverlay set to true.
IsOverlay = false
A sunburst with its title's IsOverlay set to false.
See Also