Syncfusion.OfficeChartToImageConverter.AspNet.Mvc5 by Syncfusion Inc.

<PackageReference Include="Syncfusion.OfficeChartToImageConverter.AspNet.Mvc5" Version="18.1.0.43" />

.NET API 5,292,032 bytes

 IGradient

public interface IGradient
Represents gradient fill format.
Color BackColor { get; set; }

Gets or sets the background color for the gradient fill using System.Drawing.Color.

Gets or sets a index value that represents a background color for the gradient fill.

Gets or sets a ChartColor object that represents background color of the gradient fill.

Color ForeColor { get; set; }

Gets or sets the foreground color for the gradient fill using System.Drawing.Color.

Gets or sets a index value that represents a foreground color for the gradient fill.

Gets or sets a ChartColor object that represents foreground color for the gradient fill.

Gets or sets the gradient shading style type for the gradient fill.

Gets or sets the gradient shading variant type for the gradient fill.

int CompareTo(IGradient gradient)

Compares the gradient instances to determine the equality.

Sets the specified fill to a two-color gradient.

Sets the specified style to a two-color gradient.