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

FillStyle3DModel.FillMode Property

Gets or sets the value of the FillStyle3D.FillMode within the model

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.2.Wizard.dll

Declaration

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

Property Value

Type Description
FillMode3D

The value specifying how an element surface should be 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.

See Also