www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Brush type for hpcSettings-Chart_BackgroundBrush, hpcSettings-Node_BackgroundBrushList etc.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public enum BrushType |
| Visual Basic (Declaration) |
|---|
Public Enumeration BrushType |
| Visual Basic (Usage) |
|---|
Dim instance As BrushType |
| Visual C++ |
|---|
public enum class BrushType |
| J# |
|---|
public enum BrushType |
| JScript |
|---|
public enum BrushType |
| JavaScript |
|---|
UnifoChart.Hierarchy.BrushType = function(); UnifoChart.Hierarchy.BrushType.createEnum('UnifoChart.Hierarchy.BrushType', false); |
Members
| Member name | Description | |
|---|---|---|
| SolidBrush |
Fills in shapes with a solid color.
| |
| LinearGradientBrush |
Paints a color gradient in which the color changes evenly from the starting boundary line to the ending boundary line.
| |
| CircularGradientBrush |
Paints a color gradient in which the color changes evenly from the starting boundary line to the ending boundary line.
| |
| HatchStyleBrush |
Brush with a hatch style, a foreground color, and a background color.
| |
| ImageTileBrush |
Uses an image (tiled) to fill the interior.
|
