LegendBase.Margins Property
In This Article
Gets or sets the indents between the legend edges and other chart elements in pixels.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
NuGet Package: DevExpress.TreeMap
#Declaration
[XtraSerializableProperty]
public TreeMapPadding Margins { get; set; }
#Property Value
Type | Description |
---|---|
Tree |
Specifies indents in pixels. |
See Also