FillStyle3D.FillMode Property
Gets or sets the filling mode for an element’s surface.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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.