FillStyleBase.Options Property
Gets the specific settings of the corresponding fill style.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
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