FillStyle2DModel.FillMode Property
Gets or sets the value of the FillStyle2D.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 |
---|---|
FillMode | The value specifying how an element surface should be filled. |
Available values:
Name | Description |
---|---|
Empty | The fill mode is not specified and thus the default fill mode from the appearance is used. Note that series labels do not support the transparent fill when Empty mode is enabled and DirectX rendering is used. For more information, see the following topic: technical limitations. |
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. |
Hatch | Specifies that an element’s surface should be filled in hatch mode. |