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

FillMode Enum

Lists the values that specify the filling mode for an element’s surface.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum FillMode

Members

Name Description
Empty

The fill mode is not specified and thus the default fill mode from the appearance is used. Note that series labels do not support the transparent fill when Empty mode is enabled and DirectX rendering is used. For more information, see the following topic: technical limitations.

Solid

Specifies that an element’s surface should be filled in the solid mode.

Gradient

Specifies that an element’s surface should be filled in gradient mode.

Hatch

Specifies that an element’s surface should be filled in hatch mode.

Related API Members

The following properties accept/return FillMode values:

Library Related API Members
Cross-Platform Class Library FillStyle2D.FillMode
WinForms Controls FillStyle2DModel.FillMode

Remarks

The values listed by the FillMode enumeration are used to set the FillStyle2D.FillMode property.

See Also