Represents a gradient fill for a chart element.
Inheritance
Constructors
Section titled "Constructors"constructor
public ChartGradientFill(GradientType gradientType, IEnumerable<GradientStop> stops, double angle = 0) Returns ChartGradientFill
Properties
Section titled "Properties"Chart
Section titled "Chart"Inherited from: ChartObject
Returns the owning chart (read-only)
public WorksheetChart Chart { get; } Owner
Section titled "Owner"Inherited from: ChartObject
returns this object's owner. (read-only)
public ChartObject Owner { get; } Sheet
Section titled "Sheet"Inherited from: ChartObject
The owning sheet (read-only)
public Sheet Sheet { get; } Workbook
Section titled "Workbook"Inherited from: ChartObject
The owning workbook (read-only)
public Workbook Workbook { get; } Worksheet
Section titled "Worksheet"Inherited from: ChartObject
The owning worksheet (read-only)
public Worksheet Worksheet { get; } Angle
Section titled "Angle"Returns the angle defining the path along which the gradient extends; applicable only for linear gradients.
public double Angle { get; } GradientType
Section titled "GradientType"Defines the style for the gradient.
public GradientType GradientType { get; } Methods
Section titled "Methods"GetStops()
Section titled "GetStops()"Returns an enumerable list containing each associated with this gradient, ordered by their .
public IEnumerable<GradientStop> GetStops()