corelibraries-devexpress-dot-xtracharts-0d1635f3.md
Defines the settings of the hatch filling style.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class HatchFillOptions :
FillOptionsColor2Base
Public Class HatchFillOptions
Inherits FillOptionsColor2Base
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).
Object ChartElement FillOptionsBase FillOptionsColor2Base HatchFillOptions
See Also