XlsChartFill
GradientStops Property
|
Gets or sets the collection of gradient stops for the gradient fill.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public override GradientStops GradientStops { get; }
Public Overrides ReadOnly Property GradientStops As GradientStops
Get
public:
virtual property GradientStops^ GradientStops {
GradientStops^ get () override;
}
abstract GradientStops : GradientStops with get
override GradientStops : GradientStops with get
Property Value
Type:
GradientStops
See Also