Skip to main content

HatchFillOptionsModel.HatchStyle Property

Gets or sets the value of the HatchFillOptions.HatchStyle within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public HatchStyle HatchStyle { get; set; }

Property Value

Type Description
HatchStyle

The hatch style used for background filling.

See Also