corelibraries-devexpress-dot-xtracharts-dot-fillmode3d.md
Lists the values that specify the filling mode for an element’s surface.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum FillMode3D
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum FillMode3D
| Name | Description |
|---|---|
Empty |
Specifies that an element’s surface should be filled using the fill mode settings which are specified by the appearance currently used in a chart (it can be obtained via the ChartControl.AppearanceName property).
|
| 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.
|
The following properties accept/return FillMode3D values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | FillStyle3D.FillMode |
| WinForms Controls | FillStyle3DModel.FillMode |
The values listed by the FillMode3D enumeration are used to set the FillStyle3D.FillMode property.
See Also