Skip to main content
All docs
V23.2

LegendBase.Margins Property

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

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

Property Value

Type Description
TreeMapPadding

Specifies indents in pixels.

See Also