Back to Devexpress

FillMode3D Enum

corelibraries-devexpress-dot-xtracharts-dot-fillmode3d.md

latest1.8 KB
Original Source

FillMode3D Enum

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

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum FillMode3D
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum FillMode3D

Members

NameDescription
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:

LibraryRelated API Members
Cross-Platform Class LibraryFillStyle3D.FillMode
WinForms ControlsFillStyle3DModel.FillMode

Remarks

The values listed by the FillMode3D enumeration are used to set the FillStyle3D.FillMode property.

See Also

DevExpress.XtraCharts Namespace