FillFormat.GradientAngle Property

Definition

Gets or sets the angle of the gradient fill for the specified fill format.

public:
 property float GradientAngle { float get(); void set(float value); };
public float GradientAngle { get; set; }
member this.GradientAngle : single with get, set
Public Property GradientAngle As Single

Property Value

The angle of the gradient fill for the specified fill format.

Remarks

Read/write. A gradient fill can be specified in the formatting for various elements (shapes) in a chart. For example, you can use the Format Data Series dialog box to format the columns in a Column chart to a gradient fill. In this case, this property corresponds to the setting of the Angle box in the Fill category of the Format Data Series dialog box. The valid range of values for this property is from zero through 359.9.

Applies to