Back to Devexpress

FillOptionsBase Class

corelibraries-devexpress-dot-xtracharts-012f95a0.md

latest1.8 KB
Original Source

FillOptionsBase Class

Represents the base class for objects which define specific fill options.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class FillOptionsBase :
    ChartElement
vb
Public MustInherit Class FillOptionsBase
    Inherits ChartElement

The following members return FillOptionsBase objects:

Remarks

The FillOptionsBase class serves as a base for classes that define specific fill options related to the corresponding filling styles.

Inheritance

Object ChartElement FillOptionsBase FillOptionsColor2Base

SolidFillOptions

HatchFillOptions

GradientFillOptionsBase

RectangleGradientFillOptions

PolygonGradientFillOptions

See Also

FillOptionsBase Members

DevExpress.XtraCharts Namespace