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

LegendBase.Margins Property

Gets or sets the indents between the legend edges and other chart elements in pixels.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v21.1.dll

NuGet Package: DevExpress.TreeMap

Declaration

[XtraSerializableProperty]
public TreeMapPadding Margins { get; set; }

Property Value

Type Description
TreeMapPadding

Specifies indents in pixels.

See Also