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

FillStyle2D.FillMode Property

Gets or sets the filling mode for an element’s surface.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty]
public FillMode FillMode { get; set; }

Property Value

Type Description
FillMode

A FillMode enumeration value which specifies how an element’s surface is filled.

Available values:

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.

Remarks

Note that if the FillMode property is set to FillMode.Empty, the FillMode property value is obtained from the current appearance, which is specified by the ChartControl.AppearanceName (or WebChartControl.AppearanceName) property.

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

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