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

FillStyleBaseModel.Options Property

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

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

public FillOptionsBaseModel Options { get; set; }

Property Value

Type Description
FillOptionsBaseModel

The model of fill style options.

See Also