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