WebChartControl.FillStyle Property
Gets the web chart control’s background fill style.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.1.Web.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
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