corelibraries-devexpress-dot-xtracharts-dot-fillstyle3d-ccc17185.md
Gets or sets the filling mode for an element’s surface.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public FillMode3D FillMode { get; set; }
Public Property FillMode As FillMode3D
| Type | Description |
|---|---|
| FillMode3D |
A FillMode3D enumeration value which specifies how an element’s surface is filled.
|
Available values:
| 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.
|
Note that if the FillMode property is set to FillMode3D.Empty, the FillMode property value is obtained from the current appearance, which is specified by the ChartControl.AppearanceName (or WebChartControl.AppearanceName) property.
See Also