Back to Devexpress

FillStyle2DModel.FillMode Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-fillstyle2dmodel-01446a14.md

latest2.0 KB
Original Source

FillStyle2DModel.FillMode Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

Property Value

TypeDescription
FillMode

The value specifying how an element surface should be filled.

|

Available values:

NameDescription
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.

|

See Also

FillStyle2DModel Class

FillStyle2DModel Members

DevExpress.XtraCharts.Designer Namespace