FillMode3D Enum
Lists the values that specify the filling mode for an element’s surface.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return FillMode3D values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | FillStyle3D.FillMode |
WinForms Controls | FillStyle3DModel.FillMode |
Remarks
The values listed by the FillMode3D enumeration are used to set the FillStyle3D.FillMode property.
See Also