Back to Devexpress

FillStyle3DModel.FillMode Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-fillstyle3dmodel-1e3afb41.md

latest1.8 KB
Original Source

FillStyle3DModel.FillMode Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public FillMode3D FillMode { get; set; }
vb
<PropertyForOptions>
Public Property FillMode As FillMode3D

Property Value

TypeDescription
FillMode3D

The value specifying how an element surface should be filled.

|

Available values:

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.

|

See Also

FillStyle3DModel Class

FillStyle3DModel Members

DevExpress.XtraCharts.Designer Namespace