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

FillStyle3DModel.Options Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
FillOptionsBaseModel

The model of fill style options.

See Also