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

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.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public enum GradientModeType
public enum GradientModeType
Members

  Member nameValueDescription
Horizontal0 Specifies the color to change in a horizontal direction from the left of the display to the right of the display.
Vertical1 Specifies the color to change in a vertical direction from the top of the display to the bottom of the display.
ForwardDiagonal2 Specifies the color to change in a forward diagonal direction from the upper-left corner to the lower-right corner of the display.
BackwardDiagonal3 Specifies the color to change in a backward diagonal direction from the upper-right corner to the lower-left corner of the display.
Circular4 Specifies the color to change in a circular fashion from the center to the outer of the display.
Triangular5 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.
SigmaBell6 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.
See Also