Enum OfficeGradientStyle
Specifies the style for a gradient fill.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public enum OfficeGradientStyle
Fields
Name | Description |
---|---|
DiagonalDown | Indicates diagonal gradient moving from a top corner down to the opposite corner. |
DiagonalUp | Indicates diagonal gradient moving from a bottom corner up to the opposite corner. |
Diagonl_Down | Indicates diagonal gradient moving from a top corner down to the opposite corner. |
Diagonl_Up | Indicates diagonal gradient moving from a bottom corner up to the opposite corner. |
From_Center | Indicates gradient running from the center out to the corners. |
From_Corner | Indicates gradient running from a corner to the other three corners. |
FromCenter | Indicates gradient running from the center out to the corners. |
FromCorner | Indicates gradient running from a corner to the other three corners. |
Horizontal | Indicates gradient running horizontally across the chart. |
Vertical | Indicates gradient running vertically down the chart. |