[]
The FillStyle class is used to describe the different fill styles available for various elements of the chart, including the chart itself, the ChartArea, the Legend, the Header, the Footer and Labels.
[TypeConverter(typeof(ee))]
public class FillStyle : IDisposable
Name | Description |
---|---|
Alpha | Gets or sets the fill alpha value (transparency). |
Color1 | Gets or sets the fill color. |
Color2 | Gets or sets the second fill color. |
FillType | Gets or sets the fill type. |
GradientStyle | Gets or sets the fill gradient type. |
HatchStyle | Gets or sets the fill hatch type. |
Image | Gets or sets the fill image. |
OutlineColor | Gets or sets the second fill color. |
OutlineThickness | Gets or sets the thickness of filled region outlines. |
Name | Description |
---|---|
ResetOutlineColor() | Resets the outline color to the default value to allow the Group outline color to be used. |