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.v19.1.Wizard.dll

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. 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.

See Also