Skip to main content

HatchFillOptions Class

Defines the settings of the hatch filling style.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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