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

SunburstItemGroupInfo.MinValue Property

Returns the minimum item value within the parent group.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v20.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public readonly double MinValue { get; }

Property Value

Type Description
Double

The minimum item value within the parent group.

See Also