AreaSeriesStyle Properties
Stores area series appearance settings.| Name | Description |
|---|---|
| Alpha | Gets or sets the transparency (alpha channel) of the filled area. |
| Fill | Gets or sets the area fill color. |
| FillEffect | Allows you to apply a transparency gradient to the filled area. |
| MarkerSize | Gets or sets the size of series point markers. Inherited from PointSeriesStyle. |
| MarkerStyle | Gets or sets appearance settings of point markers. Inherited from PointSeriesStyle. |
| Stroke | Gets or sets the line color. Inherited from LineSeriesStyle. |
| StrokeThickness | Gets or sets the line thickness. Inherited from LineSeriesStyle. |
See Also