Edit

Share via


ChartFillFormat.GradientColorType Property

Definition

Returns the gradient color type for the specified fill. Read-only

public:
 property int GradientColorType { int get(); };
public int GradientColorType { get; }
member this.GradientColorType : int
Public ReadOnly Property GradientColorType As Integer

Property Value

MsoGradientColorType

Remarks

MsoGradientColorType is a return value only which indicates a combination of the other states in the specified range. Use the OneColorGradient(Int32, Int32, Single), PresetGradientType, or TwoColorGradient(Int32, Int32) method to set the gradient type for the fill.

Applies to