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

ChartControlSettings.FillStyle Property

Gets the chart control’s background fill style.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.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 chart control’s background is painted. Refer to the RectangleFillStyle class’s description for detailed information.

Note that the 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