Skip to main content
A newer version of this page is available. .

TreeMapStripedLayoutAlgorithm.LastStripeMinThickness Property

Gets or sets the minimum thickness of the last strip.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v19.1.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(0.025)]
public double LastStripeMinThickness { get; set; }

Property Value

Type Default Description
Double 0.025

A Double value in percents.

See Also