FillMode Enum
Lists the values that specify the filling mode for an element’s surface.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
[TypeConverter(typeof(EnumTypeConverter))]
public enum FillMode
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 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. |
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.