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.v18.1.dll

Declaration

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

Members

Name Description
Empty

The fill mode is not specified. The default fill mode from the appearance will be used.

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the FillMode enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also