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

FillStyleBase.Options Property

Gets the specific settings of the corresponding fill style.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public FillOptionsBase Options { get; set; }

Property Value

Type Description
FillOptionsBase

A FillOptionsBase object that contains the fill style’s settings.

Remarks

The Options property provides access to the specific fill options related to the current fill style.

Important

The property setter is for internal use only. The type of object assigned to this property is dependent on the FillStyle2D.FillMode property value.

See Also