Skip to main content
All docs
V25.1
  • Title.IsOverlay Property

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

    Namespace: DevExpress.XtraTreeMap

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