Class OfficeGradientStyle
Specifies the style for a gradient fill.
Inheritance
System.Object
OfficeGradientStyle
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.NET.dll
Syntax
public sealed class OfficeGradientStyle : Enum
Fields
DiagonalDown
Indicates diagonal gradient moving from a top corner down to the opposite corner.
Declaration
public const OfficeGradientStyle DiagonalDown
Field Value
Type |
---|
OfficeGradientStyle |
DiagonalUp
Indicates diagonal gradient moving from a bottom corner up to the opposite corner.
Declaration
public const OfficeGradientStyle DiagonalUp
Field Value
Type |
---|
OfficeGradientStyle |
Diagonl_Down
Indicates diagonal gradient moving from a top corner down to the opposite corner.
Declaration
public const OfficeGradientStyle Diagonl_Down
Field Value
Type |
---|
OfficeGradientStyle |
Diagonl_Up
Indicates diagonal gradient moving from a bottom corner up to the opposite corner.
Declaration
public const OfficeGradientStyle Diagonl_Up
Field Value
Type |
---|
OfficeGradientStyle |
From_Center
Indicates gradient running from the center out to the corners.
Declaration
public const OfficeGradientStyle From_Center
Field Value
Type |
---|
OfficeGradientStyle |
From_Corner
Indicates gradient running from a corner to the other three corners.
Declaration
public const OfficeGradientStyle From_Corner
Field Value
Type |
---|
OfficeGradientStyle |
FromCenter
Indicates gradient running from the center out to the corners.
Declaration
public const OfficeGradientStyle FromCenter
Field Value
Type |
---|
OfficeGradientStyle |
FromCorner
Indicates gradient running from a corner to the other three corners.
Declaration
public const OfficeGradientStyle FromCorner
Field Value
Type |
---|
OfficeGradientStyle |
Horizontal
Indicates gradient running horizontally across the chart.
Declaration
public const OfficeGradientStyle Horizontal
Field Value
Type |
---|
OfficeGradientStyle |
Vertical
Indicates gradient running vertically down the chart.
Declaration
public const OfficeGradientStyle Vertical
Field Value
Type |
---|
OfficeGradientStyle |