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.1.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).

The following code snippets (auto-collected from DevExpress Examples) contain references to the HatchFillOptions class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also