Title.IsOverlay Property
Specifies whether the title is rendered within or outside the chart area.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v25.2.dll
NuGet Package: DevExpress.TreeMap
Declaration
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

- IsOverlay = false

See Also