TreeMapItemGroupInfo(Int32, Int32, Int32, Double, Double) Constructor
Creates an instance of the TreeMapItemGroupInfo class with the specified settings.
Namespace: DevExpress.Xpf.TreeMap
Assembly: DevExpress.Xpf.TreeMap.v24.1.dll
NuGet Package: DevExpress.Wpf.TreeMap
Declaration
public TreeMapItemGroupInfo(
int groupLevel,
int groupIndex,
int itemIndex,
double minValue,
double maxValue
)
Parameters
Name | Type | Description |
---|---|---|
groupLevel | Int32 | A Int32 value specifying the nested level of a tree map item. |
groupIndex | Int32 | A Int32 value specifying the index of the item’s group in group’s parent. |
itemIndex | Int32 | A Int32 value specifying the index of the item’s group. |
minValue | Double | A Double value specifying the minimum item value in the item group. |
maxValue | Double | A Double value specifying the maximum item value in the item group. |
See Also