BrushType EnumerationChart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

Brush type for hpcSettings-Chart_BackgroundBrush, hpcSettings-Node_BackgroundBrushList etc.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public enum BrushType
public enum BrushType
Members

  Member nameValueDescription
SolidBrush0 Fills in shapes with a solid color.
LinearGradientBrush1 Paints a color gradient in which the color changes evenly from the starting boundary line to the ending boundary line.
CircularGradientBrush2 Paints a color gradient in which the color changes evenly from the starting boundary line to the ending boundary line.
HatchStyleBrush3 Brush with a hatch style, a foreground color, and a background color.
ImageTileBrush4 Uses an image (tiled) to fill the interior.
See Also