HierarchicalItemStyle Constructors
The base class for treemap and sunburst item appearance settings.Name | Parameters | Description |
---|---|---|
HierarchicalItemStyle() | none | Initializes a new instance of the HierarchicalItemStyle class with the default settings. |
HierarchicalItemStyle(Color, Color, DXFont, Color) | fill, textColor, font, borderColor | Initializes a new instance of the HierarchicalItemStyle class with specified settings. |
See Also