FillMode Enum
Lists the values that specify the filling mode for an element’s surface.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#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 Direct |
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 | Fill |
Win |
Fill |
#Remarks
The values listed by the FillMode enumeration are used to set the FillStyle2D.FillMode property.