Back to Devexpress

FillStyle3D.FillMode Property

corelibraries-devexpress-dot-xtracharts-dot-fillstyle3d-ccc17185.md

latest2.0 KB
Original Source

FillStyle3D.FillMode Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public FillMode3D FillMode { get; set; }
vb
Public Property FillMode As FillMode3D

Property Value

TypeDescription
FillMode3D

A FillMode3D enumeration value which specifies how an element’s surface is 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.

|

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

FillStyle3D Class

FillStyle3D Members

DevExpress.XtraCharts Namespace