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

Title.IsOverlay Property

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v21.1.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