Skip to main content
All docs
V24.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.v24.1.dll

NuGet Package: DevExpress.TreeMap

Declaration

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

Property Value

Type Description
TreeMapPadding

Specifies indents in pixels.

See Also