Skip to main content
A newer version of this page is available. .

AreaSeriesStyle Properties

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