Back to Devexpress

WebChartControl.FillStyle Property

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-00e84d40.md

latest1.8 KB
Original Source

WebChartControl.FillStyle Property

Gets the web chart control’s background fill style.

Namespace : DevExpress.XtraCharts.Web

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

NuGet Package : DevExpress.Web.Visualization

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 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

BackColor

BackImage

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace