FillStyle2DModel.Options Property
Gets or sets the model of fill style options of the modeled fill style.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions]
[AllocateToGroup("FillOptions")]
[DependentUpon("FillMode")]
public FillOptionsBaseModel Options { get; set; }
Property Value
Type | Description |
---|---|
FillOptionsBaseModel | The model of fill style options. |
See Also