Back to Devexpress

HatchFillOptions Class

corelibraries-devexpress-dot-xtracharts-0d1635f3.md

latest1.9 KB
Original Source

HatchFillOptions Class

Defines the settings of the hatch filling style.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class HatchFillOptions :
    FillOptionsColor2Base
vb
Public Class HatchFillOptions
    Inherits 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).

Inheritance

Object ChartElement FillOptionsBase FillOptionsColor2Base HatchFillOptions

See Also

HatchFillOptions Members

FillOptionsBase

DevExpress.XtraCharts Namespace