Back to Devexpress

SolidFillOptions Class

corelibraries-devexpress-dot-xtracharts-1e4294ac.md

latest1.2 KB
Original Source

SolidFillOptions Class

Defines the settings of the solid filling style.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class SolidFillOptions :
    FillOptionsBase
vb
Public Class SolidFillOptions
    Inherits FillOptionsBase

Remarks

This class doesn’t declare any specific properties since the solid filling style doesn’t require any specific settings except for an element’s background color.

Inheritance

Object ChartElement FillOptionsBase SolidFillOptions

See Also

SolidFillOptions Members

DevExpress.XtraCharts Namespace