FillStyle3DModel.FillMode Property
Gets or sets the value of the FillStyle3D.FillMode within the model
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
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