Skip to main content
A newer version of this page is available. .

FillStyle2DModel.Options Property

Gets or sets the model of fill style options of the modeled fill style.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

[PropertyForOptions]
[AllocateToGroup("FillOptions")]
[DependentUpon("FillMode")]
public FillOptionsBaseModel Options { get; set; }

Property Value

Type Description
FillOptionsBaseModel

The model of fill style options.

See Also