www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Direction in which the change of color occurs for a LinearGradientBrush selected in hpcSettings-Node_BackgroundBrushList, hpcSettings-Text_BrushList or hpcSettings-Title_BrushList.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public enum GradientModeType |
| Visual Basic (Declaration) |
|---|
Public Enumeration GradientModeType |
| Visual Basic (Usage) |
|---|
Dim instance As GradientModeType |
| Visual C++ |
|---|
public enum class GradientModeType |
| J# |
|---|
public enum GradientModeType |
| JScript |
|---|
public enum GradientModeType |
| JavaScript |
|---|
UnifoChart.Hierarchy.GradientModeType = function(); UnifoChart.Hierarchy.GradientModeType.createEnum('UnifoChart.Hierarchy.GradientModeType', false); |
Members
| Member name | Description | |
|---|---|---|
| Horizontal |
Specifies the color to change in a horizontal direction from the left of the display to the right of the display.
| |
| Vertical |
Specifies the color to change in a vertical direction from the top of the display to the bottom of the display.
| |
| ForwardDiagonal |
Specifies the color to change in a forward diagonal direction from the upper-left corner to the lower-right corner of the display.
| |
| BackwardDiagonal |
Specifies the color to change in a backward diagonal direction from the upper-right corner to the lower-left corner of the display.
| |
| Circular |
Specifies the color to change in a circular fashion from the center to the outer of the display.
| |
| Triangular |
Specifies the color to change in a triangular fashion with a center color and a linear falloff to a single color on both ends of the display.
| |
| SigmaBell |
Specifies the color to change in a sigma bell fashion with a center color and a linear falloff to a single color on both ends of the display.
|
