Back to Devexpress

ChartControlSettings.FillStyle Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-113eefff.md

latest1.6 KB
Original Source

ChartControlSettings.FillStyle Property

Gets the chart control’s background fill style.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public RectangleFillStyle FillStyle { get; }
vb
Public ReadOnly Property FillStyle As RectangleFillStyle

Property Value

TypeDescription
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

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace