[]
Represents the fill style of various elements of the chart, including the chart itself, the chart area, legend, header, footer and labels.
public class ChartFillStyle : ChartObject, INotifyPropertyChanged, IC1Serializable
| 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 style. |
| HatchStyle | Gets or sets the fill hatch style. |
| Image | Gets or sets the fill image. |
| OutlineColor | Gets or sets the color of filled region outlines. |
| OutlineThickness | Gets or sets the thickness of filled region outlines. |
| Name | Description |
|---|---|
| AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |