ChartFillFormat.GradientColorType Property

Definition

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

public:
 property Microsoft::Office::Core::MsoGradientColorType GradientColorType { Microsoft::Office::Core::MsoGradientColorType get(); };
public Microsoft.Office.Core.MsoGradientColorType GradientColorType { get; }
member this.GradientColorType : Microsoft.Office.Core.MsoGradientColorType
Public ReadOnly Property GradientColorType As MsoGradientColorType

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(MsoGradientStyle, Int32, Single), PresetGradient(MsoGradientStyle, Int32, MsoPresetGradientType), or TwoColorGradient(MsoGradientStyle, Int32) method to set the gradient type for the fill.

Applies to