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

WebChartControl.FillStyle Property

Gets the web chart control’s background fill style.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v19.1.Web.dll

Declaration

public RectangleFillStyle FillStyle { get; }

Property Value

Type Description
RectangleFillStyle

A RectangleFillStyle object which specifies the background fill style.

Remarks

The FillStyle property provides settings which specify how the web chart control’s background is painted. Refer to the RectangleFillStyle class’s description for detailed information.

Note that the web chart control’s constituent elements such as a diagram or legend have their own background-related properties, which when set, override the corresponding properties of the chart control.

See Also