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

HatchFillOptions Class

Defines the settings of the hatch filling style.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[TypeConverter(typeof(HatchFillOptionsTypeConverter))]
public class HatchFillOptions :
    FillOptionsColor2Base

Remarks

The HatchFillOptions class contains filling settings which are specific to a hatch fill.

In addition to the properties and methods inherited from the base FillOptionsBase class the HatchFillOptions class exposes the HatchFillOptions.HatchStyle property that allows you to specify the style of a hatch fill.

An object of the HatchFillOptions type can be accessed via the FillStyleBase.Options property of a fill style object that belongs to a specific chart element (such as a bar or pie series view, simple marker or strip).

See Also