Represents a gradient fill for a chart element.

constructor

public ChartGradientFill(GradientType gradientType, IEnumerable<GradientStop> stops, double angle = 0)

Returns ChartGradientFill

Inherited from: ChartObject

Returns the owning chart (read-only)

public WorksheetChart Chart { get; }

Inherited from: ChartObject

returns this object's owner. (read-only)

public ChartObject Owner { get; }

Inherited from: ChartObject

The owning sheet (read-only)

public Sheet Sheet { get; }

Inherited from: ChartObject

The owning workbook (read-only)

public Workbook Workbook { get; }

Inherited from: ChartObject

The owning worksheet (read-only)

public Worksheet Worksheet { get; }

Returns the angle defining the path along which the gradient extends; applicable only for linear gradients.

public double Angle { get; }

Defines the style for the gradient.

public GradientType GradientType { get; }

Returns an enumerable list containing each associated with this gradient, ordered by their .

public IEnumerable<GradientStop> GetStops()

Returns any