SunburstItemGroupInfo(Int32, Int32, Int32, Int32, Int32, Double, Double) Constructor
Initializes a SunburstItemGroupInfo object with the specified settings.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
Declaration
public SunburstItemGroupInfo(
int groupLevel,
int maxGroupLevel,
int groupIndex,
int itemIndex,
int itemCount,
double minValue,
double maxValue
)
Parameters
Name | Type | Description |
---|---|---|
groupLevel | Int32 | The item’s parent group nesting level. |
maxGroupLevel | Int32 | The maximum nesting level in the Sunburst control. |
groupIndex | Int32 | The index of the parent group in its parent group’s children collection. |
itemIndex | Int32 | The item’s index within the parent group’s children collection. |
itemCount | Int32 | The number of the parent group’s children. |
minValue | Double | The minimum value of the parent group’s child item. |
maxValue | Double | The maximum value of the parent group’s child item. |
Remarks
The Sunburst Control automatically generates this class’ objects to provide required data to colorizers. Usually, you should not create these objects manually.
See Also