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

FillStyle2DModel.FillMode Property

Gets or sets the value of the FillStyle2D.FillMode within the model

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v21.2.Wizard.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

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

Property Value

Type Description
FillMode

The value specifying how an element surface should be filled.

Available values:

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.

See Also