Class
TreeMapGroupPaintingEventArgs

Event arguments used in the GroupPainting event.

Definition

Constructors

TreeMapGroupPaintingEventArgs(TreeMapDataItemGroup, Graphics, RectangleF, Color, Color, Color, Font, string, ContentAlignment, RectangleF)

Event arguments used in the GroupPainting event.

Declaration

cs-api-definition
public TreeMapGroupPaintingEventArgs(TreeMapDataItemGroup group, Graphics graphics, RectangleF bounds, Color backColor, Color foreColor, Color borderColor, Font font, string text, ContentAlignment textAlignment, RectangleF headerRect)

Parameters

group

TreeMapDataItemGroup

The data group.

graphics

Graphics

The graphics object.

bounds

RectangleF

The group bounds.

backColor

Color

The group background color.

foreColor

Color

The group foreground color.

borderColor

Color

The group border color.

font

Font

The group font.

text

string

The group text.

textAlignment

ContentAlignment

The text alignment.

headerRect

RectangleF

The header text rectangle.

Properties

Group

Gets the group item.

Declaration

cs-api-definition
public TreeMapDataItemGroup Group { get; }

Property Value

TreeMapDataItemGroup

HeaderRect

Gets the header text rectangle.

Declaration

cs-api-definition
public RectangleF HeaderRect { get; }

Property Value

RectangleF