A newer version of this page is available.
Switch to the current version.
FillMode Enum
Lists the values that specify the filling mode for an element's surface.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum FillMode
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum FillMode
Members
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. |
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.
See Also
Feedback