Skip to main content
A newer version of this page is available. .

FillStyle3D.FillMode Property

Gets or sets the filling mode for an element’s surface.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty]
public FillMode3D FillMode { get; set; }

Property Value

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.

Remarks

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